#E66056

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

Shades of Flamingo #E66056

Tints of Flamingo #E66056

Color information

#E66056 (or 0xE66056) is unknown color: approx Flamingo. HEX triplet: E6, 60 and 56. RGB value is (230,96,86). Sum of RGB (Red+Green+Blue) = 230+96+86=412 (54% of max value = 765). Red value is 230 (90.23% from 255 or 55.83% from 412); Green value is 96 (37.89% from 255 or 23.30% from 412); Blue value is 86 (33.98% from 255 or 20.87% from 412); Max value from RGB is 230 - color contains mainly: red. Hex color #E66056 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E66056 is #199FA9. Grayscale: #878787. Windows color (decimal): -1679274 or 5660902. OLE color: 5660902.

HSL color Cylindrical-coordinate representation of color #E66056: hue angle of 4.17º degrees, saturation: 0.74, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E66056 is Cyan = 0, Magento = 0.58, Yellow = 0.63 and Black (K on CMYK) = 0.10.

Color convert

RGB2309686-
CMYK00.580.630.10
HSL4.17º74.23%61.96%-
HSV(B)4.17º62.61%90.2%-
XYZ38.525.8611.77-
YUV134.93100.39195.81-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 55.83%
GREEN value IS 96 (37.89% from 255) = 23.30%
BLUE value IS 86 (33.98% from 255) = 20.87%
R=55.83%
G=23.30%
B=20.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.63
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal230968600.580.630.104.1774.2361.96
HexE6605603A3FA44a3e
Octal3461401260727712411276
Binary1110011011000001010110011101011111110101001001010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E66056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E66056; }

 p { color: rgb(230,96,86); }

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

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

 a { background-color: rgb(230,96,86); }

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

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

 span { border-color: rgb(230,96,86); }

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