#E15C52

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

Shades of Flamingo #E15C52

Tints of Flamingo #E15C52

Color information

#E15C52 (or 0xE15C52) is unknown color: approx Flamingo. HEX triplet: E1, 5C and 52. RGB value is (225,92,82). Sum of RGB (Red+Green+Blue) = 225+92+82=399 (52% of max value = 765). Red value is 225 (88.28% from 255 or 56.39% from 399); Green value is 92 (36.33% from 255 or 23.06% from 399); Blue value is 82 (32.42% from 255 or 20.55% from 399); Max value from RGB is 225 - color contains mainly: red. Hex color #E15C52 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E15C52 is #1EA3AD. Grayscale: #828282. Windows color (decimal): -2007982 or 5397729. OLE color: 5397729.

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

Color convert

RGB2259282-
CMYK00.590.640.12
HSL4.2º70.44%60.2%-
HSV(B)4.2º63.56%88.24%-
XYZ36.424.2710.75-
YUV130.63100.56195.31-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 56.39%
GREEN value IS 92 (36.33% from 255) = 23.06%
BLUE value IS 82 (32.42% from 255) = 20.55%
R=56.39%
G=23.06%
B=20.55%

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
Decimal225928200.590.640.124.270.4460.2
HexE15C5203B40C4463c
Octal34113412207310014410674
Binary11100001101110010100100111011100000011001001000110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E15C52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E15C52; }

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

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

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

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

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

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

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

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