#E45C53

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

Shades of Flamingo #E45C53

Tints of Flamingo #E45C53

Color information

#E45C53 (or 0xE45C53) is unknown color: approx Flamingo. HEX triplet: E4, 5C and 53. RGB value is (228,92,83). Sum of RGB (Red+Green+Blue) = 228+92+83=403 (53% of max value = 765). Red value is 228 (89.45% from 255 or 56.58% from 403); Green value is 92 (36.33% from 255 or 22.83% from 403); Blue value is 83 (32.81% from 255 or 20.60% from 403); Max value from RGB is 228 - color contains mainly: red. Hex color #E45C53 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E45C53 is #1BA3AC. Grayscale: #838383. Windows color (decimal): -1811373 or 5463268. OLE color: 5463268.

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

Color convert

RGB2289283-
CMYK00.600.640.11
HSL3.72º72.86%60.98%-
HSV(B)3.72º63.6%89.41%-
XYZ37.3824.7710.99-
YUV131.64100.56196.73-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 56.58%
GREEN value IS 92 (36.33% from 255) = 22.83%
BLUE value IS 83 (32.81% from 255) = 20.60%
R=56.58%
G=22.83%
B=20.60%

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
Decimal228928300.600.640.113.7272.8660.98
HexE45C5303C40B4493d
Octal34413412307410013411175
Binary11100100101110010100110111100100000010111001001001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E45C53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E45C53; }

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

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

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

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

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

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

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

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