#EE6050

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

Shades of Flamingo #EE6050

Tints of Flamingo #EE6050

Color information

#EE6050 (or 0xEE6050) is unknown color: approx Flamingo. HEX triplet: EE, 60 and 50. RGB value is (238,96,80). Sum of RGB (Red+Green+Blue) = 238+96+80=414 (54% of max value = 765). Red value is 238 (93.36% from 255 or 57.49% from 414); Green value is 96 (37.89% from 255 or 23.19% from 414); Blue value is 80 (31.64% from 255 or 19.32% from 414); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6050 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE6050 is #119FAF. Grayscale: #888888. Windows color (decimal): -1154992 or 5267694. OLE color: 5267694.

HSL color Cylindrical-coordinate representation of color #EE6050: hue angle of 6.08º 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 #EE6050 is Cyan = 0, Magento = 0.60, Yellow = 0.66 and Black (K on CMYK) = 0.07.

Color convert

RGB2389680-
CMYK00.600.660.07
HSL6.08º82.29%62.35%-
HSV(B)6.08º66.39%93.33%-
XYZ40.8927.1210.67-
YUV136.6396.04200.3-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 57.49%
GREEN value IS 96 (37.89% from 255) = 23.19%
BLUE value IS 80 (31.64% from 255) = 19.32%
R=57.49%
G=23.19%
B=19.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.66
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal238968000.600.660.076.0882.2962.35
HexEE605003C4276523e
Octal3561401200741027612276
Binary1110111011000001010000011110010000101111101010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE6050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE6050; }

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

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

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

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

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

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

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

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