#E15D52

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

Shades of Flamingo #E15D52

Tints of Flamingo #E15D52

Color information

#E15D52 (or 0xE15D52) is unknown color: approx Flamingo. HEX triplet: E1, 5D and 52. RGB value is (225,93,82). Sum of RGB (Red+Green+Blue) = 225+93+82=400 (52% of max value = 765). Red value is 225 (88.28% from 255 or 56.25% from 400); Green value is 93 (36.72% from 255 or 23.25% from 400); Blue value is 82 (32.42% from 255 or 20.5% from 400); Max value from RGB is 225 - color contains mainly: red. Hex color #E15D52 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E15D52 is #1EA2AD. Grayscale: #838383. Windows color (decimal): -2007726 or 5397985. OLE color: 5397985.

HSL color Cylindrical-coordinate representation of color #E15D52: hue angle of 4.62º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E15D52 is Cyan = 0, Magento = 0.59, Yellow = 0.64 and Black (K on CMYK) = 0.12.

Color convert

RGB2259382-
CMYK00.590.640.12
HSL4.62º70.44%60.2%-
HSV(B)4.62º63.56%88.24%-
XYZ36.4924.4510.78-
YUV131.21100.23194.89-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 56.25%
GREEN value IS 93 (36.72% from 255) = 23.25%
BLUE value IS 82 (32.42% from 255) = 20.5%
R=56.25%
G=23.25%
B=20.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.64
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal225938200.590.640.124.6270.4460.2
HexE15D5203B40C5463c
Octal34113512207310014510674
Binary11100001101110110100100111011100000011001011000110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E15D52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E15D52; }

 p { color: rgb(225,93,82); }

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

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

 a { background-color: rgb(225,93,82); }

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

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

 span { border-color: rgb(225,93,82); }

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