#E96564

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

Shades of Roman #E96564

Tints of Roman #E96564

Color information

#E96564 (or 0xE96564) is unknown color: approx Roman. HEX triplet: E9, 65 and 64. RGB value is (233,101,100). Sum of RGB (Red+Green+Blue) = 233+101+100=434 (57% of max value = 765). Red value is 233 (91.41% from 255 or 53.69% from 434); Green value is 101 (39.84% from 255 or 23.27% from 434); Blue value is 100 (39.45% from 255 or 23.04% from 434); Max value from RGB is 233 - color contains mainly: red. Hex color #E96564 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E96564 is #169A9B. Grayscale: #8C8C8C. Windows color (decimal): -1481372 or 6579689. OLE color: 6579689.

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

Color convert

RGB233101100-
CMYK00.570.570.09
HSL0.45º75.14%65.29%-
HSV(B)0.45º57.08%91.37%-
XYZ40.5627.5515.24-
YUV140.35105.23194.08-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 53.69%
GREEN value IS 101 (39.84% from 255) = 23.27%
BLUE value IS 100 (39.45% from 255) = 23.04%
R=53.69%
G=23.27%
B=23.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.57
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23310110000.570.570.090.4575.1465.29
HexE9656403939904b41
Octal35114514407171110113101
Binary111010011100101110010001110011110011001010010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E96564

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E96564; }

 p { color: rgb(233,101,100); }

 H1.HeaderClassName
 {
   color: #E96564;
 }
 .AnyTagClassName
 {
   color: #E96564;
 }
</style>
background-color css

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

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

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

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

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

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