#E96060

Color #E96060 Roman (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Roman #E96060

Tints of Roman #E96060

Color information

#E96060 (or 0xE96060) is unknown color: approx 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

RGB2339696-
CMYK00.590.590.09
HSL75.69%64.51%-
HSV(B)58.8%91.37%-
XYZ39.926.5314.09-
YUV136.96104.89196.5-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.59
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal233969600.590.590.09075.6964.51
HexE9606003B3B904c41
Octal35114014007373110114101
Binary111010011100000110000001110111110111001010011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E96060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>