#E66554

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

Shades of Flamingo #E66554

Tints of Flamingo #E66554

Color information

#E66554 (or 0xE66554) is unknown color: approx Flamingo. HEX triplet: E6, 65 and 54. RGB value is (230,101,84). Sum of RGB (Red+Green+Blue) = 230+101+84=415 (54% of max value = 765). Red value is 230 (90.23% from 255 or 55.42% from 415); Green value is 101 (39.84% from 255 or 24.34% from 415); Blue value is 84 (33.20% from 255 or 20.24% from 415); Max value from RGB is 230 - color contains mainly: red. Hex color #E66554 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E66554 is #199AAB. Grayscale: #898989. Windows color (decimal): -1677996 or 5531110. OLE color: 5531110.

HSL color Cylindrical-coordinate representation of color #E66554: hue angle of 6.99º 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 #E66554 is Cyan = 0, Magento = 0.56, Yellow = 0.63 and Black (K on CMYK) = 0.10.

Color convert

RGB23010184-
CMYK00.560.630.10
HSL6.99º74.49%61.57%-
HSV(B)6.99º63.48%90.2%-
XYZ38.8926.7711.51-
YUV137.6397.74193.88-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 55.42%
GREEN value IS 101 (39.84% from 255) = 24.34%
BLUE value IS 84 (33.20% from 255) = 20.24%
R=55.42%
G=24.34%
B=20.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.63
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2301018400.560.630.106.9974.4961.57
HexE665540383FA74a3e
Octal3461451240707712711276
Binary1110011011001011010100011100011111110101111001010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E66554

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E66554; }

 p { color: rgb(230,101,84); }

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

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

 a { background-color: rgb(230,101,84); }

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

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

 span { border-color: rgb(230,101,84); }

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