#EE614D

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

Shades of Flamingo #EE614D

Tints of Flamingo #EE614D

Color information

#EE614D (or 0xEE614D) is unknown color: approx Flamingo. HEX triplet: EE, 61 and 4D. RGB value is (238,97,77). Sum of RGB (Red+Green+Blue) = 238+97+77=412 (54% of max value = 765). Red value is 238 (93.36% from 255 or 57.77% from 412); Green value is 97 (38.28% from 255 or 23.54% from 412); Blue value is 77 (30.47% from 255 or 18.69% from 412); Max value from RGB is 238 - color contains mainly: red. Hex color #EE614D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE614D is #119EB2. Grayscale: #898989. Windows color (decimal): -1154739 or 5071342. OLE color: 5071342.

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

Color convert

RGB2389777-
CMYK00.590.680.07
HSL7.45º82.56%61.76%-
HSV(B)7.45º67.65%93.33%-
XYZ40.8727.2610.13-
YUV136.8894.21200.13-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 57.77%
GREEN value IS 97 (38.28% from 255) = 23.54%
BLUE value IS 77 (30.47% from 255) = 18.69%
R=57.77%
G=23.54%
B=18.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.68
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal238977700.590.680.077.4582.5661.76
HexEE614D03B4477533e
Octal3561411150731047712376
Binary1110111011000011001101011101110001001111111010011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE614D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE614D; }

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

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

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

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

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

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

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

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