Html Css Color HEX #E96370 Froly

📋 copy color: '#E96370'

red 233 ◦ green 99 ◦ blue 112

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

Shades of Froly #E96370

Tints of Froly #E96370

RGB

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

 GREEN value IS 99 (39.06% from 255) = 22.3%

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

R = 52.48%
G = 22.3%
B = 25.23%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.52

 K value IS 0.09

RGB Variations

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

Color information

#E96370 (or 0xE96370) is known color: Froly. HEX triplet: E9, 63 and 70. RGB value is (233,99,112). Sum of RGB (Red+Green+Blue) = 233+99+112=444 (58% of max value = 765). Red value is 233 (91.41% from 255 or 52.48% from 444); Green value is 99 (39.06% from 255 or 22.30% from 444); Blue value is 112 (44.14% from 255 or 25.23% from 444); Max value from RGB is 233 - color contains mainly: red. Hex color #E96370 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E96370 is #169C8F. Grayscale: #8C8C8C. Windows color (decimal): -1481872 or 7365609. OLE color: 7365609.

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

Color convert

RGB 233 99 112 -
CMYK 0 0.58 0.52 0.09
HSL 354.18º 0.75% 0.65% -
HSV(B) 354.18º 0.58% 0.91% -
XYZ 40.99 27.42 18.46 -
YUV 140.55 111.89 193.94 -
System Red Green Blue C M Y K H S L
Decimal 233 99 112 0 0.58 0.52 0.09 354.18 0.75 0.65
Hex E9 63 70 0 3A 34 9 162 4B 41
Octal 351 143 160 0 72 64 11 542 113 101
Binary 11101001 1100011 1110000 0 111010 110100 1001 101100010 1001011 1000001

Color Harmonies of #E96370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E96370

Black with #E96370

Text Example


Text Example

White with #E96370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E96370; }

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

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

background-color css

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

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

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

border-color css

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

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

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