Html Css Color HEX #E96060 Roman

📋 copy color: '#E96060'

red 233 ◦ green 96 ◦ blue 96

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

Shades of Roman #E96060

Tints of Roman #E96060

RGB

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

 GREEN value IS 96 (37.89% from 255) = 22.59%

 BLUE value IS 96 (37.89% from 255) = 22.59%

R = 54.82%
G = 22.59%
B = 22.59%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.59

 K value IS 0.09

RGB Variations

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

Color information

#E96060 (or 0xE96060) is known color: Roman. HEX triplet: E9, 60 and 60. RGB value is (233,96,96). Sum of RGB (Red+Green+Blue) = 233+96+96=425 (56% of max value = 765). Red value is 233 (91.41% from 255 or 54.82% from 425); Green value is 96 (37.89% from 255 or 22.59% from 425); Blue value is 96 (37.89% from 255 or 22.59% from 425); Max value from RGB is 233 - color contains mainly: red. Hex color #E96060 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E96060 is #169F9F. Grayscale: #898989. Windows color (decimal): -1482656 or 6316265. OLE color: 6316265.

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

Color convert

RGB 233 96 96 -
CMYK 0 0.59 0.59 0.09
HSL 0.76% 0.65% -
HSV(B) 0.59% 0.91% -
XYZ 39.9 26.53 14.09 -
YUV 136.96 104.89 196.5 -
System Red Green Blue C M Y K H S L
Decimal 233 96 96 0 0.59 0.59 0.09 0 0.76 0.65
Hex E9 60 60 0 3B 3B 9 0 4C 41
Octal 351 140 140 0 73 73 11 0 114 101
Binary 11101001 1100000 1100000 0 111011 111011 1001 0 1001100 1000001

Color Harmonies of #E96060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E96060

Black with #E96060

Text Example


Text Example

White with #E96060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E96060; }

 p { color: rgb(233,96,96); }

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

background-color css

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

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

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

border-color css

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

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

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