Html Css Color HEX #E97072 Froly

📋 copy color: '#E97072'

red 233 ◦ green 112 ◦ blue 114

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

Shades of Froly #E97072

Tints of Froly #E97072

RGB

 RED value IS 233 (91.41% from 255) = 50.76%

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

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

R = 50.76%
G = 24.4%
B = 24.84%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.51

 K value IS 0.09

RGB Variations

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

Color information

#E97072 (or 0xE97072) is known color: Froly. HEX triplet: E9, 70 and 72. RGB value is (233,112,114). Sum of RGB (Red+Green+Blue) = 233+112+114=459 (60% of max value = 765). Red value is 233 (91.41% from 255 or 50.76% from 459); Green value is 112 (44.14% from 255 or 24.40% from 459); Blue value is 114 (44.92% from 255 or 24.84% from 459); Max value from RGB is 233 - color contains mainly: red. Hex color #E97072 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E97072 is #168F8D. Grayscale: #949494. Windows color (decimal): -1478542 or 7500009. OLE color: 7500009.

HSL color Cylindrical-coordinate representation of color #E97072: hue angle of 359.01º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E97072 is Cyan = 0, Magento = 0.52, Yellow = 0.51 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 112 114 -
CMYK 0 0.52 0.51 0.09
HSL 359.01º 0.73% 0.68% -
HSV(B) 359.01º 0.52% 0.91% -
XYZ 42.44 30.13 19.5 -
YUV 148.41 108.59 188.34 -
System Red Green Blue C M Y K H S L
Decimal 233 112 114 0 0.52 0.51 0.09 359.01 0.73 0.68
Hex E9 70 72 0 34 33 9 167 49 44
Octal 351 160 162 0 64 63 11 547 111 104
Binary 11101001 1110000 1110010 0 110100 110011 1001 101100111 1001001 1000100

Color Harmonies of #E97072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E97072

Black with #E97072

Text Example


Text Example

White with #E97072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E97072; }

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

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

background-color css

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

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

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

border-color css

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

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

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