Html Css Color HEX #EE7077 Froly

📋 copy color: '#EE7077'

red 238 ◦ green 112 ◦ blue 119

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

Shades of Froly #EE7077

Tints of Froly #EE7077

RGB

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

 GREEN value IS 112 (44.14% from 255) = 23.88%

 BLUE value IS 119 (46.88% from 255) = 25.37%

R = 50.75%
G = 23.88%
B = 25.37%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.50

 K value IS 0.07

RGB Variations

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

Color information

#EE7077 (or 0xEE7077) is known color: Froly. HEX triplet: EE, 70 and 77. RGB value is (238,112,119). Sum of RGB (Red+Green+Blue) = 238+112+119=469 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.75% from 469); Green value is 112 (44.14% from 255 or 23.88% from 469); Blue value is 119 (46.88% from 255 or 25.37% from 469); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7077 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE7077 is #118F88. Grayscale: #969696. Windows color (decimal): -1150857 or 7827694. OLE color: 7827694.

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

Color convert

RGB 238 112 119 -
CMYK 0 0.53 0.50 0.07
HSL 356.67º 0.79% 0.69% -
HSV(B) 356.67º 0.53% 0.93% -
XYZ 44.38 31.1 21.12 -
YUV 150.47 110.24 190.43 -
System Red Green Blue C M Y K H S L
Decimal 238 112 119 0 0.53 0.50 0.07 356.67 0.79 0.69
Hex EE 70 77 0 35 32 7 165 4F 45
Octal 356 160 167 0 65 62 7 545 117 105
Binary 11101110 1110000 1110111 0 110101 110010 111 101100101 1001111 1000101

Color Harmonies of #EE7077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE7077

Black with #EE7077

Text Example


Text Example

White with #EE7077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE7077; }

 p { color: rgb(238,112,119); }

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

background-color css

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

 a { background-color: rgb(238,112,119); }

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

border-color css

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

 span { border-color: rgb(238,112,119); }

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