Html Css Color HEX #E97075 Froly

📋 copy color: '#E97075'

red 233 ◦ green 112 ◦ blue 117

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

Shades of Froly #E97075

Tints of Froly #E97075

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 25.32%

R = 50.43%
G = 24.24%
B = 25.32%

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

#E97075 (or 0xE97075) is known color: Froly. HEX triplet: E9, 70 and 75. RGB value is (233,112,117). Sum of RGB (Red+Green+Blue) = 233+112+117=462 (61% of max value = 765). Red value is 233 (91.41% from 255 or 50.43% from 462); Green value is 112 (44.14% from 255 or 24.24% from 462); Blue value is 117 (46.09% from 255 or 25.32% from 462); Max value from RGB is 233 - color contains mainly: red. Hex color #E97075 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E97075 is #168F8A. Grayscale: #949494. Windows color (decimal): -1478539 or 7696617. OLE color: 7696617.

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

Color convert

RGB 233 112 117 -
CMYK 0 0.52 0.50 0.09
HSL 357.52º 0.73% 0.68% -
HSV(B) 357.52º 0.52% 0.91% -
XYZ 42.61 30.2 20.41 -
YUV 148.75 110.09 188.09 -
System Red Green Blue C M Y K H S L
Decimal 233 112 117 0 0.52 0.50 0.09 357.52 0.73 0.68
Hex E9 70 75 0 34 32 9 166 49 44
Octal 351 160 165 0 64 62 11 546 111 104
Binary 11101001 1110000 1110101 0 110100 110010 1001 101100110 1001001 1000100

Color Harmonies of #E97075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E97075

Black with #E97075

Text Example


Text Example

White with #E97075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E97075; }

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

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

background-color css

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

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

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

border-color css

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

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

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