#EE6149

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

Shades of Flamingo #EE6149

Tints of Flamingo #EE6149

Color information

#EE6149 (or 0xEE6149) is unknown color: approx Flamingo. HEX triplet: EE, 61 and 49. RGB value is (238,97,73). Sum of RGB (Red+Green+Blue) = 238+97+73=408 (54% of max value = 765). Red value is 238 (93.36% from 255 or 58.33% from 408); Green value is 97 (38.28% from 255 or 23.77% from 408); Blue value is 73 (28.91% from 255 or 17.89% from 408); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6149 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EE6149 is #119EB6. Grayscale: #888888. Windows color (decimal): -1154743 or 4809198. OLE color: 4809198.

HSL color Cylindrical-coordinate representation of color #EE6149: hue angle of 8.73º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EE6149 is Cyan = 0, Magento = 0.59, Yellow = 0.69 and Black (K on CMYK) = 0.07.

Color convert

RGB2389773-
CMYK00.590.690.07
HSL8.73º82.91%60.98%-
HSV(B)8.73º69.33%93.33%-
XYZ40.7427.219.41-
YUV136.4292.21200.45-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 58.33%
GREEN value IS 97 (38.28% from 255) = 23.77%
BLUE value IS 73 (28.91% from 255) = 17.89%
R=58.33%
G=23.77%
B=17.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.69
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal238977300.590.690.078.7382.9160.98
HexEE614903B4579533d
Octal35614111107310571112375
Binary11101110110000110010010111011100010111110011010011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE6149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE6149; }

 p { color: rgb(238,97,73); }

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

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

 a { background-color: rgb(238,97,73); }

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

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

 span { border-color: rgb(238,97,73); }

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