#E06460

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

Shades of Roman #E06460

Tints of Roman #E06460

Color information

#E06460 (or 0xE06460) is unknown color: approx Roman. HEX triplet: E0, 64 and 60. RGB value is (224,100,96). Sum of RGB (Red+Green+Blue) = 224+100+96=420 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.33% from 420); Green value is 100 (39.45% from 255 or 23.81% from 420); Blue value is 96 (37.89% from 255 or 22.86% from 420); Max value from RGB is 224 - color contains mainly: red. Hex color #E06460 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E06460 is #1F9B9F. Grayscale: #888888. Windows color (decimal): -2071456 or 6317280. OLE color: 6317280.

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

Color convert

RGB22410096-
CMYK00.550.570.12
HSL1.88º67.37%62.75%-
HSV(B)1.88º57.14%87.84%-
XYZ37.4125.8114.08-
YUV136.62105.08190.33-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 53.33%
GREEN value IS 100 (39.45% from 255) = 23.81%
BLUE value IS 96 (37.89% from 255) = 22.86%
R=53.33%
G=23.81%
B=22.86%

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
Decimal2241009600.550.570.121.8867.3762.75
HexE0646003739C2433f
Octal3401441400677114210377
Binary111000001100100110000001101111110011100101000011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E06460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E06460; }

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

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

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

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

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

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

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

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