#EE6652

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

Shades of Flamingo #EE6652

Tints of Flamingo #EE6652

Color information

#EE6652 (or 0xEE6652) is unknown color: approx Flamingo. HEX triplet: EE, 66 and 52. RGB value is (238,102,82). Sum of RGB (Red+Green+Blue) = 238+102+82=422 (55% of max value = 765). Red value is 238 (93.36% from 255 or 56.40% from 422); Green value is 102 (40.23% from 255 or 24.17% from 422); Blue value is 82 (32.42% from 255 or 19.43% from 422); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6652 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE6652 is #1199AD. Grayscale: #8C8C8C. Windows color (decimal): -1153454 or 5400302. OLE color: 5400302.

HSL color Cylindrical-coordinate representation of color #EE6652: hue angle of 7.69º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EE6652 is Cyan = 0, Magento = 0.57, Yellow = 0.66 and Black (K on CMYK) = 0.07.

Color convert

RGB23810282-
CMYK00.570.660.07
HSL7.69º82.11%62.75%-
HSV(B)7.69º65.55%93.33%-
XYZ41.5328.2911.25-
YUV140.3895.06197.63-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 56.40%
GREEN value IS 102 (40.23% from 255) = 24.17%
BLUE value IS 82 (32.42% from 255) = 19.43%
R=56.40%
G=24.17%
B=19.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.66
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2381028200.570.660.077.6982.1162.75
HexEE66520394278523f
Octal35614612207110271012277
Binary11101110110011010100100111001100001011110001010010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE6652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE6652; }

 p { color: rgb(238,102,82); }

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

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

 a { background-color: rgb(238,102,82); }

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

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

 span { border-color: rgb(238,102,82); }

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