#E45F4B

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

Shades of Flamingo #E45F4B

Tints of Flamingo #E45F4B

Color information

#E45F4B (or 0xE45F4B) is unknown color: approx Flamingo. HEX triplet: E4, 5F and 4B. RGB value is (228,95,75). Sum of RGB (Red+Green+Blue) = 228+95+75=398 (52% of max value = 765). Red value is 228 (89.45% from 255 or 57.29% from 398); Green value is 95 (37.5% from 255 or 23.87% from 398); Blue value is 75 (29.69% from 255 or 18.84% from 398); Max value from RGB is 228 - color contains mainly: red. Hex color #E45F4B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E45F4B is #1BA0B4. Grayscale: #848484. Windows color (decimal): -1810613 or 4939748. OLE color: 4939748.

HSL color Cylindrical-coordinate representation of color #E45F4B: hue angle of 7.84º degrees, saturation: 0.74, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E45F4B is Cyan = 0, Magento = 0.58, Yellow = 0.67 and Black (K on CMYK) = 0.11.

Color convert

RGB2289575-
CMYK00.580.670.11
HSL7.84º73.91%59.41%-
HSV(B)7.84º67.11%89.41%-
XYZ37.3625.199.55-
YUV132.4995.56196.13-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 57.29%
GREEN value IS 95 (37.5% from 255) = 23.87%
BLUE value IS 75 (29.69% from 255) = 18.84%
R=57.29%
G=23.87%
B=18.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.67
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal228957500.580.670.117.8473.9159.41
HexE45F4B03A43B84a3b
Octal344137113072103131011273
Binary111001001011111100101101110101000011101110001001010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E45F4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E45F4B; }

 p { color: rgb(228,95,75); }

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

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

 a { background-color: rgb(228,95,75); }

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

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

 span { border-color: rgb(228,95,75); }

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