#E96561

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

Shades of Roman #E96561

Tints of Roman #E96561

Color information

#E96561 (or 0xE96561) is unknown color: approx Roman. HEX triplet: E9, 65 and 61. RGB value is (233,101,97). Sum of RGB (Red+Green+Blue) = 233+101+97=431 (57% of max value = 765). Red value is 233 (91.41% from 255 or 54.06% from 431); Green value is 101 (39.84% from 255 or 23.43% from 431); Blue value is 97 (38.28% from 255 or 22.51% from 431); Max value from RGB is 233 - color contains mainly: red. Hex color #E96561 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E96561 is #169A9E. Grayscale: #8C8C8C. Windows color (decimal): -1481375 or 6383081. OLE color: 6383081.

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

Color convert

RGB23310197-
CMYK00.570.580.09
HSL1.76º75.56%64.71%-
HSV(B)1.76º58.37%91.37%-
XYZ40.4227.4914.49-
YUV140.01103.73194.33-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 54.06%
GREEN value IS 101 (39.84% from 255) = 23.43%
BLUE value IS 97 (38.28% from 255) = 22.51%
R=54.06%
G=23.43%
B=22.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.58
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2331019700.570.580.091.7675.5664.71
HexE965610393A924c41
Octal35114514107172112114101
Binary1110100111001011100001011100111101010011010011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E96561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E96561; }

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

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

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

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

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

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

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

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