Html Css Color HEX #EE614E Flamingo

📋 copy color: '#EE614E'

red 238 ◦ green 97 ◦ blue 78

#EE614E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Flamingo #EE614E

Tints of Flamingo #EE614E

RGB

 RED value IS 238 (93.36% from 255) = 57.63%

 GREEN value IS 97 (38.28% from 255) = 23.49%

 BLUE value IS 78 (30.86% from 255) = 18.89%

R = 57.63%
G = 23.49%
B = 18.89%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.67

 K value IS 0.07

RGB Variations

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

Color information

#EE614E (or 0xEE614E) is known color: Flamingo. HEX triplet: EE, 61 and 4E. RGB value is (238,97,78). Sum of RGB (Red+Green+Blue) = 238+97+78=413 (54% of max value = 765). Red value is 238 (93.36% from 255 or 57.63% from 413); Green value is 97 (38.28% from 255 or 23.49% from 413); Blue value is 78 (30.86% from 255 or 18.89% from 413); Max value from RGB is 238 - color contains mainly: red. Hex color #EE614E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE614E is #119EB1. Grayscale: #898989. Windows color (decimal): -1154738 or 5136878. OLE color: 5136878.

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

Color convert

RGB 238 97 78 -
CMYK 0 0.59 0.67 0.07
HSL 7.13º 0.82% 0.62% -
HSV(B) 7.13º 0.67% 0.93% -
XYZ 40.91 27.28 10.32 -
YUV 136.99 94.71 200.04 -
System Red Green Blue C M Y K H S L
Decimal 238 97 78 0 0.59 0.67 0.07 7.13 0.82 0.62
Hex EE 61 4E 0 3B 43 7 7 52 3E
Octal 356 141 116 0 73 103 7 7 122 76
Binary 11101110 1100001 1001110 0 111011 1000011 111 111 1010010 111110

Color Harmonies of #EE614E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE614E

Black with #EE614E

Text Example


Text Example

White with #EE614E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE614E; }

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

 H1.HeaderClassName
 {
   color: #EE614E;
 }
 .AnyTagClassName
 {
   color: #EE614E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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