#E0605F

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

Shades of Roman #E0605F

Tints of Roman #E0605F

Color information

#E0605F (or 0xE0605F) is unknown color: approx Roman. HEX triplet: E0, 60 and 5F. RGB value is (224,96,95). Sum of RGB (Red+Green+Blue) = 224+96+95=415 (54% of max value = 765). Red value is 224 (87.89% from 255 or 53.98% from 415); Green value is 96 (37.89% from 255 or 23.13% from 415); Blue value is 95 (37.5% from 255 or 22.89% from 415); Max value from RGB is 224 - color contains mainly: red. Hex color #E0605F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E0605F is #1F9FA0. Grayscale: #868686. Windows color (decimal): -2072481 or 6250720. OLE color: 6250720.

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

Color convert

RGB2249695-
CMYK00.570.580.12
HSL0.47º67.54%62.55%-
HSV(B)0.47º57.59%87.84%-
XYZ36.9925.0413.71-
YUV134.16105.91192.08-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 53.98%
GREEN value IS 96 (37.89% from 255) = 23.13%
BLUE value IS 95 (37.5% from 255) = 22.89%
R=53.98%
G=23.13%
B=22.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.58
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal224969500.570.580.120.4767.5462.55
HexE0605F0393AC0443f
Octal3401401370717214010477
Binary11100000110000010111110111001111010110001000100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0605F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0605F; }

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

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

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

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

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

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

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

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