Html Css Color HEX #E97071 Froly

📋 copy color: '#E97071'

red 233 ◦ green 112 ◦ blue 113

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

Shades of Froly #E97071

Tints of Froly #E97071

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 24.67%

R = 50.87%
G = 24.45%
B = 24.67%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.52

 K value IS 0.09

RGB Variations

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

Color information

#E97071 (or 0xE97071) is known color: Froly. HEX triplet: E9, 70 and 71. RGB value is (233,112,113). Sum of RGB (Red+Green+Blue) = 233+112+113=458 (60% of max value = 765). Red value is 233 (91.41% from 255 or 50.87% from 458); Green value is 112 (44.14% from 255 or 24.45% from 458); Blue value is 113 (44.53% from 255 or 24.67% from 458); Max value from RGB is 233 - color contains mainly: red. Hex color #E97071 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E97071 is #168F8E. Grayscale: #949494. Windows color (decimal): -1478543 or 7434473. OLE color: 7434473.

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

Color convert

RGB 233 112 113 -
CMYK 0 0.52 0.52 0.09
HSL 359.5º 0.73% 0.68% -
HSV(B) 359.5º 0.52% 0.91% -
XYZ 42.38 30.1 19.2 -
YUV 148.29 108.09 188.42 -
System Red Green Blue C M Y K H S L
Decimal 233 112 113 0 0.52 0.52 0.09 359.5 0.73 0.68
Hex E9 70 71 0 34 34 9 168 49 44
Octal 351 160 161 0 64 64 11 550 111 104
Binary 11101001 1110000 1110001 0 110100 110100 1001 101101000 1001001 1000100

Color Harmonies of #E97071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E97071

Black with #E97071

Text Example


Text Example

White with #E97071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E97071; }

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

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

background-color css

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

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

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

border-color css

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

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

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