Html Css Color HEX #EE7072 Froly

📋 copy color: '#EE7072'

red 238 ◦ green 112 ◦ blue 114

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

Shades of Froly #EE7072

Tints of Froly #EE7072

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 24.57%

R = 51.29%
G = 24.14%
B = 24.57%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.52

 K value IS 0.07

RGB Variations

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

Color information

#EE7072 (or 0xEE7072) is known color: Froly. HEX triplet: EE, 70 and 72. RGB value is (238,112,114). Sum of RGB (Red+Green+Blue) = 238+112+114=464 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.29% from 464); Green value is 112 (44.14% from 255 or 24.14% from 464); Blue value is 114 (44.92% from 255 or 24.57% from 464); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7072 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE7072 is #118F8D. Grayscale: #969696. Windows color (decimal): -1150862 or 7500014. OLE color: 7500014.

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

Color convert

RGB 238 112 114 -
CMYK 0 0.53 0.52 0.07
HSL 359.05º 0.79% 0.69% -
HSV(B) 359.05º 0.53% 0.93% -
XYZ 44.09 30.98 19.58 -
YUV 149.9 107.74 190.84 -
System Red Green Blue C M Y K H S L
Decimal 238 112 114 0 0.53 0.52 0.07 359.05 0.79 0.69
Hex EE 70 72 0 35 34 7 167 4F 45
Octal 356 160 162 0 65 64 7 547 117 105
Binary 11101110 1110000 1110010 0 110101 110100 111 101100111 1001111 1000101

Color Harmonies of #EE7072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE7072

Black with #EE7072

Text Example


Text Example

White with #EE7072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE7072; }

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

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

background-color css

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

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

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

border-color css

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

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

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