Html Css Color HEX #E97074 Froly

📋 copy color: '#E97074'

red 233 ◦ green 112 ◦ blue 116

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

Shades of Froly #E97074

Tints of Froly #E97074

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 25.16%

R = 50.54%
G = 24.3%
B = 25.16%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.50

 K value IS 0.09

RGB Variations

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

Color information

#E97074 (or 0xE97074) is known color: Froly. HEX triplet: E9, 70 and 74. RGB value is (233,112,116). Sum of RGB (Red+Green+Blue) = 233+112+116=461 (61% of max value = 765). Red value is 233 (91.41% from 255 or 50.54% from 461); Green value is 112 (44.14% from 255 or 24.30% from 461); Blue value is 116 (45.70% from 255 or 25.16% from 461); Max value from RGB is 233 - color contains mainly: red. Hex color #E97074 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E97074 is #168F8B. Grayscale: #949494. Windows color (decimal): -1478540 or 7631081. OLE color: 7631081.

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

Color convert

RGB 233 112 116 -
CMYK 0 0.52 0.50 0.09
HSL 358.02º 0.73% 0.68% -
HSV(B) 358.02º 0.52% 0.91% -
XYZ 42.55 30.17 20.1 -
YUV 148.64 109.59 188.17 -
System Red Green Blue C M Y K H S L
Decimal 233 112 116 0 0.52 0.50 0.09 358.02 0.73 0.68
Hex E9 70 74 0 34 32 9 166 49 44
Octal 351 160 164 0 64 62 11 546 111 104
Binary 11101001 1110000 1110100 0 110100 110010 1001 101100110 1001001 1000100

Color Harmonies of #E97074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E97074

Black with #E97074

Text Example


Text Example

White with #E97074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E97074; }

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

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

background-color css

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

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

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

border-color css

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

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

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