#E96664

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

Shades of Roman #E96664

Tints of Roman #E96664

Color information

#E96664 (or 0xE96664) is unknown color: approx Roman. HEX triplet: E9, 66 and 64. RGB value is (233,102,100). Sum of RGB (Red+Green+Blue) = 233+102+100=435 (57% of max value = 765). Red value is 233 (91.41% from 255 or 53.56% from 435); Green value is 102 (40.23% from 255 or 23.45% from 435); Blue value is 100 (39.45% from 255 or 22.99% from 435); Max value from RGB is 233 - color contains mainly: red. Hex color #E96664 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E96664 is #16999B. Grayscale: #8D8D8D. Windows color (decimal): -1481116 or 6579945. OLE color: 6579945.

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

Color convert

RGB233102100-
CMYK00.560.570.09
HSL0.9º75.14%65.29%-
HSV(B)0.9º57.08%91.37%-
XYZ40.6627.7515.27-
YUV140.94104.9193.66-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 53.56%
GREEN value IS 102 (40.23% from 255) = 23.45%
BLUE value IS 100 (39.45% from 255) = 22.99%
R=53.56%
G=23.45%
B=22.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.57
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23310210000.560.570.090.975.1465.29
HexE9666403839914b41
Octal35114614407071111113101
Binary111010011100110110010001110001110011001110010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E96664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E96664; }

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

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

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

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

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

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

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

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