Html Css Color HEX #E96E70 Froly

📋 copy color: '#E96E70'

red 233 ◦ green 110 ◦ blue 112

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

Shades of Froly #E96E70

Tints of Froly #E96E70

RGB

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

 GREEN value IS 110 (43.36% from 255) = 24.18%

 BLUE value IS 112 (44.14% from 255) = 24.62%

R = 51.21%
G = 24.18%
B = 24.62%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.52

 K value IS 0.09

RGB Variations

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

Color information

#E96E70 (or 0xE96E70) is known color: Froly. HEX triplet: E9, 6E and 70. RGB value is (233,110,112). Sum of RGB (Red+Green+Blue) = 233+110+112=455 (60% of max value = 765). Red value is 233 (91.41% from 255 or 51.21% from 455); Green value is 110 (43.36% from 255 or 24.18% from 455); Blue value is 112 (44.14% from 255 or 24.62% from 455); Max value from RGB is 233 - color contains mainly: red. Hex color #E96E70 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E96E70 is #16918F. Grayscale: #939393. Windows color (decimal): -1479056 or 7368425. OLE color: 7368425.

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

Color convert

RGB 233 110 112 -
CMYK 0 0.53 0.52 0.09
HSL 359.02º 0.74% 0.67% -
HSV(B) 359.02º 0.53% 0.91% -
XYZ 42.1 29.65 18.83 -
YUV 147.01 108.25 189.34 -
System Red Green Blue C M Y K H S L
Decimal 233 110 112 0 0.53 0.52 0.09 359.02 0.74 0.67
Hex E9 6E 70 0 35 34 9 167 4A 43
Octal 351 156 160 0 65 64 11 547 112 103
Binary 11101001 1101110 1110000 0 110101 110100 1001 101100111 1001010 1000011

Color Harmonies of #E96E70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E96E70

Black with #E96E70

Text Example


Text Example

White with #E96E70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E96E70; }

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

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

background-color css

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

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

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

border-color css

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

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

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