#E25B54

Color #E25B54 Flamingo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Flamingo #E25B54

Tints of Flamingo #E25B54

Color information

#E25B54 (or 0xE25B54) is unknown color: approx Flamingo. HEX triplet: E2, 5B and 54. RGB value is (226,91,84). Sum of RGB (Red+Green+Blue) = 226+91+84=401 (53% of max value = 765). Red value is 226 (88.67% from 255 or 56.36% from 401); Green value is 91 (35.94% from 255 or 22.69% from 401); Blue value is 84 (33.20% from 255 or 20.95% from 401); Max value from RGB is 226 - color contains mainly: red. Hex color #E25B54 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E25B54 is #1DA4AB. Grayscale: #828282. Windows color (decimal): -1942700 or 5528546. OLE color: 5528546.

HSL color Cylindrical-coordinate representation of color #E25B54: hue angle of 2.96º degrees, saturation: 0.71, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E25B54 is Cyan = 0, Magento = 0.60, Yellow = 0.63 and Black (K on CMYK) = 0.11.

Color convert

RGB2269184-
CMYK00.600.630.11
HSL2.96º71%60.78%-
HSV(B)2.96º62.83%88.63%-
XYZ36.7124.2911.14-
YUV130.57101.73196.07-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 226 (88.67% from 255) = 56.36%
GREEN value IS 91 (35.94% from 255) = 22.69%
BLUE value IS 84 (33.20% from 255) = 20.95%
R=56.36%
G=22.69%
B=20.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.63
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal226918400.600.630.112.967160.78
HexE25B5403C3FB3473d
Octal3421331240747713310775
Binary111000101011011101010001111001111111011111000111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E25B54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E25B54; }

 p { color: rgb(226,91,84); }

 H1.HeaderClassName
 {
   color: #E25B54;
 }
 .AnyTagClassName
 {
   color: #E25B54;
 }
</style>
background-color css

<style>
 a { background-color: #E25B54; }

 a { background-color: rgb(226,91,84); }

 div.DivClassName
 {
   background-color: #E25B54;
 }
 .BgClassName
 {
   background-color: #E25B54;
 }
</style>
border-color css

<style>
 span { border-color: #E25B54; }

 span { border-color: rgb(226,91,84); }

 td.TdClassName
 {
   border-color: #E25B54;
 }
 .TagClassName
 {
   border-color: #E25B54;
 }
</style>