Html Css Color HEX #E96263 Froly

📋 copy color: '#E96263'

red 233 ◦ green 98 ◦ blue 99

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

Shades of Froly #E96263

Tints of Froly #E96263

RGB

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

 GREEN value IS 98 (38.67% from 255) = 22.79%

 BLUE value IS 99 (39.06% from 255) = 23.02%

R = 54.19%
G = 22.79%
B = 23.02%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.58

 K value IS 0.09

RGB Variations

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

Color information

#E96263 (or 0xE96263) is known color: Froly. HEX triplet: E9, 62 and 63. RGB value is (233,98,99). Sum of RGB (Red+Green+Blue) = 233+98+99=430 (56% of max value = 765). Red value is 233 (91.41% from 255 or 54.19% from 430); Green value is 98 (38.67% from 255 or 22.79% from 430); Blue value is 99 (39.06% from 255 or 23.02% from 430); Max value from RGB is 233 - color contains mainly: red. Hex color #E96263 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E96263 is #169D9C. Grayscale: #8A8A8A. Windows color (decimal): -1482141 or 6513385. OLE color: 6513385.

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

Color convert

RGB 233 98 99 -
CMYK 0 0.58 0.58 0.09
HSL 359.56º 0.75% 0.65% -
HSV(B) 359.56º 0.58% 0.91% -
XYZ 40.22 26.96 14.89 -
YUV 138.48 105.73 195.42 -
System Red Green Blue C M Y K H S L
Decimal 233 98 99 0 0.58 0.58 0.09 359.56 0.75 0.65
Hex E9 62 63 0 3A 3A 9 168 4B 41
Octal 351 142 143 0 72 72 11 550 113 101
Binary 11101001 1100010 1100011 0 111010 111010 1001 101101000 1001011 1000001

Color Harmonies of #E96263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E96263

Black with #E96263

Text Example


Text Example

White with #E96263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E96263; }

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

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

background-color css

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

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

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

border-color css

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

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

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