#E96766

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

Shades of Roman #E96766

Tints of Roman #E96766

Color information

#E96766 (or 0xE96766) is unknown color: approx Roman. HEX triplet: E9, 67 and 66. RGB value is (233,103,102). Sum of RGB (Red+Green+Blue) = 233+103+102=438 (58% of max value = 765). Red value is 233 (91.41% from 255 or 53.20% from 438); Green value is 103 (40.62% from 255 or 23.52% from 438); Blue value is 102 (40.23% from 255 or 23.29% from 438); Max value from RGB is 233 - color contains mainly: red. Hex color #E96766 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E96766 is #169899. Grayscale: #8D8D8D. Windows color (decimal): -1480858 or 6711273. OLE color: 6711273.

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

Color convert

RGB233103102-
CMYK00.560.560.09
HSL0.46º74.86%65.69%-
HSV(B)0.46º56.22%91.37%-
XYZ40.8527.9815.82-
YUV141.76105.57193.08-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 53.20%
GREEN value IS 103 (40.62% from 255) = 23.52%
BLUE value IS 102 (40.23% from 255) = 23.29%
R=53.20%
G=23.52%
B=23.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.56
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23310310200.560.560.090.4674.8665.69
HexE9676603838904b42
Octal35114714607070110113102
Binary111010011100111110011001110001110001001010010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E96766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E96766; }

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

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

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

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

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

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

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

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