#E06560

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

Shades of Roman #E06560

Tints of Roman #E06560

Color information

#E06560 (or 0xE06560) is unknown color: approx Roman. HEX triplet: E0, 65 and 60. RGB value is (224,101,96). Sum of RGB (Red+Green+Blue) = 224+101+96=421 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.21% from 421); Green value is 101 (39.84% from 255 or 23.99% from 421); Blue value is 96 (37.89% from 255 or 22.80% from 421); Max value from RGB is 224 - color contains mainly: red. Hex color #E06560 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E06560 is #1F9A9F. Grayscale: #898989. Windows color (decimal): -2071200 or 6317536. OLE color: 6317536.

HSL color Cylindrical-coordinate representation of color #E06560: hue angle of 2.34º degrees, saturation: 0.67, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E06560 is Cyan = 0, Magento = 0.55, Yellow = 0.57 and Black (K on CMYK) = 0.12.

Color convert

RGB22410196-
CMYK00.550.570.12
HSL2.34º67.37%62.75%-
HSV(B)2.34º57.14%87.84%-
XYZ37.512614.11-
YUV137.21104.75189.91-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 53.21%
GREEN value IS 101 (39.84% from 255) = 23.99%
BLUE value IS 96 (37.89% from 255) = 22.80%
R=53.21%
G=23.99%
B=22.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.57
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2241019600.550.570.122.3467.3762.75
HexE0656003739C2433f
Octal3401451400677114210377
Binary111000001100101110000001101111110011100101000011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E06560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E06560; }

 p { color: rgb(224,101,96); }

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

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

 a { background-color: rgb(224,101,96); }

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

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

 span { border-color: rgb(224,101,96); }

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