#E06151

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

Shades of Flamingo #E06151

Tints of Flamingo #E06151

Color information

#E06151 (or 0xE06151) is unknown color: approx Flamingo. HEX triplet: E0, 61 and 51. RGB value is (224,97,81). Sum of RGB (Red+Green+Blue) = 224+97+81=402 (53% of max value = 765). Red value is 224 (87.89% from 255 or 55.72% from 402); Green value is 97 (38.28% from 255 or 24.13% from 402); Blue value is 81 (32.03% from 255 or 20.15% from 402); Max value from RGB is 224 - color contains mainly: red. Hex color #E06151 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E06151 is #1F9EAE. Grayscale: #858585. Windows color (decimal): -2072239 or 5333472. OLE color: 5333472.

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

Color convert

RGB2249781-
CMYK00.570.640.12
HSL6.71º69.76%59.8%-
HSV(B)6.71º63.84%87.84%-
XYZ36.524.9910.68-
YUV133.1598.58192.8-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 55.72%
GREEN value IS 97 (38.28% from 255) = 24.13%
BLUE value IS 81 (32.03% from 255) = 20.15%
R=55.72%
G=24.13%
B=20.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.64
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal224978100.570.640.126.7169.7659.8
HexE0615103940C7463c
Octal34014112107110014710674
Binary11100000110000110100010111001100000011001111000110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E06151

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E06151; }

 p { color: rgb(224,97,81); }

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

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

 a { background-color: rgb(224,97,81); }

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

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

 span { border-color: rgb(224,97,81); }

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