Html Css Color HEX #E96373 Froly

📋 copy color: '#E96373'

red 233 ◦ green 99 ◦ blue 115

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

Shades of Froly #E96373

Tints of Froly #E96373

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 25.73%

R = 52.13%
G = 22.15%
B = 25.73%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.51

 K value IS 0.09

RGB Variations

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

Color information

#E96373 (or 0xE96373) is known color: Froly. HEX triplet: E9, 63 and 73. RGB value is (233,99,115). Sum of RGB (Red+Green+Blue) = 233+99+115=447 (59% of max value = 765). Red value is 233 (91.41% from 255 or 52.13% from 447); Green value is 99 (39.06% from 255 or 22.15% from 447); Blue value is 115 (45.31% from 255 or 25.73% from 447); Max value from RGB is 233 - color contains mainly: red. Hex color #E96373 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E96373 is #169C8C. Grayscale: #8C8C8C. Windows color (decimal): -1481869 or 7562217. OLE color: 7562217.

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

Color convert

RGB 233 99 115 -
CMYK 0 0.58 0.51 0.09
HSL 352.84º 0.75% 0.65% -
HSV(B) 352.84º 0.58% 0.91% -
XYZ 41.16 27.49 19.36 -
YUV 140.89 113.39 193.7 -
System Red Green Blue C M Y K H S L
Decimal 233 99 115 0 0.58 0.51 0.09 352.84 0.75 0.65
Hex E9 63 73 0 3A 33 9 161 4B 41
Octal 351 143 163 0 72 63 11 541 113 101
Binary 11101001 1100011 1110011 0 111010 110011 1001 101100001 1001011 1000001

Color Harmonies of #E96373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E96373

Black with #E96373

Text Example


Text Example

White with #E96373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E96373; }

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

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

background-color css

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

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

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

border-color css

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

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

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