#E45851

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

Shades of Flamingo #E45851

Tints of Flamingo #E45851

Color information

#E45851 (or 0xE45851) is unknown color: approx Flamingo. HEX triplet: E4, 58 and 51. RGB value is (228,88,81). Sum of RGB (Red+Green+Blue) = 228+88+81=397 (52% of max value = 765). Red value is 228 (89.45% from 255 or 57.43% from 397); Green value is 88 (34.77% from 255 or 22.17% from 397); Blue value is 81 (32.03% from 255 or 20.40% from 397); Max value from RGB is 228 - color contains mainly: red. Hex color #E45851 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E45851 is #1BA7AE. Grayscale: #818181. Windows color (decimal): -1812399 or 5331172. OLE color: 5331172.

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

Color convert

RGB2288881-
CMYK00.610.640.11
HSL2.86º73.13%60.59%-
HSV(B)2.86º64.47%89.41%-
XYZ36.9724.0710.48-
YUV129.06100.88198.57-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 57.43%
GREEN value IS 88 (34.77% from 255) = 22.17%
BLUE value IS 81 (32.03% from 255) = 20.40%
R=57.43%
G=22.17%
B=20.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.64
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal228888100.610.640.112.8673.1360.59
HexE4585103D40B3493d
Octal34413012107510013311175
Binary1110010010110001010001011110110000001011111001001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E45851

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E45851; }

 p { color: rgb(228,88,81); }

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

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

 a { background-color: rgb(228,88,81); }

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

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

 span { border-color: rgb(228,88,81); }

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