#E45C51

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

Shades of Flamingo #E45C51

Tints of Flamingo #E45C51

Color information

#E45C51 (or 0xE45C51) is unknown color: approx Flamingo. HEX triplet: E4, 5C and 51. RGB value is (228,92,81). Sum of RGB (Red+Green+Blue) = 228+92+81=401 (53% of max value = 765). Red value is 228 (89.45% from 255 or 56.86% from 401); Green value is 92 (36.33% from 255 or 22.94% from 401); Blue value is 81 (32.03% from 255 or 20.20% from 401); Max value from RGB is 228 - color contains mainly: red. Hex color #E45C51 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E45C51 is #1BA3AE. Grayscale: #838383. Windows color (decimal): -1811375 or 5332196. OLE color: 5332196.

HSL color Cylindrical-coordinate representation of color #E45C51: hue angle of 4.49º 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 #E45C51 is Cyan = 0, Magento = 0.60, Yellow = 0.64 and Black (K on CMYK) = 0.11.

Color convert

RGB2289281-
CMYK00.600.640.11
HSL4.49º73.13%60.59%-
HSV(B)4.49º64.47%89.41%-
XYZ37.3124.7410.59-
YUV131.4199.56196.89-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 56.86%
GREEN value IS 92 (36.33% from 255) = 22.94%
BLUE value IS 81 (32.03% from 255) = 20.20%
R=56.86%
G=22.94%
B=20.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.64
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal228928100.600.640.114.4973.1360.59
HexE45C5103C40B4493d
Octal34413412107410013411175
Binary11100100101110010100010111100100000010111001001001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E45C51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E45C51; }

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

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

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

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

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

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

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

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