Html Css Color HEX #EE7076 Froly

📋 copy color: '#EE7076'

red 238 ◦ green 112 ◦ blue 118

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

Shades of Froly #EE7076

Tints of Froly #EE7076

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 25.21%

R = 50.85%
G = 23.93%
B = 25.21%

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

#EE7076 (or 0xEE7076) is known color: Froly. HEX triplet: EE, 70 and 76. RGB value is (238,112,118). Sum of RGB (Red+Green+Blue) = 238+112+118=468 (61% of max value = 765). Red value is 238 (93.36% from 255 or 50.85% from 468); Green value is 112 (44.14% from 255 or 23.93% from 468); Blue value is 118 (46.48% from 255 or 25.21% from 468); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7076 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE7076 is #118F89. Grayscale: #969696. Windows color (decimal): -1150858 or 7762158. OLE color: 7762158.

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

Color convert

RGB 238 112 118 -
CMYK 0 0.53 0.50 0.07
HSL 357.14º 0.79% 0.69% -
HSV(B) 357.14º 0.53% 0.93% -
XYZ 44.32 31.07 20.8 -
YUV 150.36 109.74 190.51 -
System Red Green Blue C M Y K H S L
Decimal 238 112 118 0 0.53 0.50 0.07 357.14 0.79 0.69
Hex EE 70 76 0 35 32 7 165 4F 45
Octal 356 160 166 0 65 62 7 545 117 105
Binary 11101110 1110000 1110110 0 110101 110010 111 101100101 1001111 1000101

Color Harmonies of #EE7076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE7076

Black with #EE7076

Text Example


Text Example

White with #EE7076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE7076; }

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

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

background-color css

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

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

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

border-color css

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

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

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