#EE5650

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

Shades of Flamingo #EE5650

Tints of Flamingo #EE5650

Color information

#EE5650 (or 0xEE5650) is unknown color: approx Flamingo. HEX triplet: EE, 56 and 50. RGB value is (238,86,80). Sum of RGB (Red+Green+Blue) = 238+86+80=404 (53% of max value = 765). Red value is 238 (93.36% from 255 or 58.91% from 404); Green value is 86 (33.98% from 255 or 21.29% from 404); Blue value is 80 (31.64% from 255 or 19.80% from 404); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5650 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE5650 is #11A9AF. Grayscale: #828282. Windows color (decimal): -1157552 or 5265134. OLE color: 5265134.

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

Color convert

RGB2388680-
CMYK00.640.660.07
HSL2.28º82.29%62.35%-
HSV(B)2.28º66.39%93.33%-
XYZ40.0425.4110.38-
YUV130.7699.36204.49-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 58.91%
GREEN value IS 86 (33.98% from 255) = 21.29%
BLUE value IS 80 (31.64% from 255) = 19.80%
R=58.91%
G=21.29%
B=19.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.66
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal238868000.640.660.072.2882.2962.35
HexEE56500404272523e
Octal35612612001001027212276
Binary1110111010101101010000010000001000010111101010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE5650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE5650; }

 p { color: rgb(238,86,80); }

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

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

 a { background-color: rgb(238,86,80); }

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

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

 span { border-color: rgb(238,86,80); }

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