Html Css Color HEX #E97375 Froly

📋 copy color: '#E97375'

red 233 ◦ green 115 ◦ blue 117

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

Shades of Froly #E97375

Tints of Froly #E97375

RGB

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

 GREEN value IS 115 (45.31% from 255) = 24.73%

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

R = 50.11%
G = 24.73%
B = 25.16%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.50

 K value IS 0.09

RGB Variations

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

Color information

#E97375 (or 0xE97375) is known color: Froly. HEX triplet: E9, 73 and 75. RGB value is (233,115,117). Sum of RGB (Red+Green+Blue) = 233+115+117=465 (61% of max value = 765). Red value is 233 (91.41% from 255 or 50.11% from 465); Green value is 115 (45.31% from 255 or 24.73% from 465); Blue value is 117 (46.09% from 255 or 25.16% from 465); Max value from RGB is 233 - color contains mainly: red. Hex color #E97375 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E97375 is #168C8A. Grayscale: #969696. Windows color (decimal): -1477771 or 7697385. OLE color: 7697385.

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

Color convert

RGB 233 115 117 -
CMYK 0 0.51 0.50 0.09
HSL 358.98º 0.73% 0.68% -
HSV(B) 358.98º 0.51% 0.91% -
XYZ 42.95 30.87 20.52 -
YUV 150.51 109.09 186.84 -
System Red Green Blue C M Y K H S L
Decimal 233 115 117 0 0.51 0.50 0.09 358.98 0.73 0.68
Hex E9 73 75 0 33 32 9 167 49 44
Octal 351 163 165 0 63 62 11 547 111 104
Binary 11101001 1110011 1110101 0 110011 110010 1001 101100111 1001001 1000100

Color Harmonies of #E97375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E97375

Black with #E97375

Text Example


Text Example

White with #E97375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E97375; }

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

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

background-color css

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

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

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

border-color css

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

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

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