#E01860

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

Shades of Ruby #E01860

Tints of Ruby #E01860

Color information

#E01860 (or 0xE01860) is unknown color: approx Ruby. HEX triplet: E0, 18 and 60. RGB value is (224,24,96). Sum of RGB (Red+Green+Blue) = 224+24+96=344 (45% of max value = 765). Red value is 224 (87.89% from 255 or 65.12% from 344); Green value is 24 (9.77% from 255 or 6.98% from 344); Blue value is 96 (37.89% from 255 or 27.91% from 344); Max value from RGB is 224 - color contains mainly: red. Hex color #E01860 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E01860 is #1FE79F. Grayscale: #5B5B5B. Windows color (decimal): -2090912 or 6297824. OLE color: 6297824.

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

Color convert

RGB2242496-
CMYK00.890.570.12
HSL338.4º80.65%48.63%-
HSV(B)338.4º89.29%87.84%-
XYZ33.1817.3512.67-
YUV92.01130.26222.15-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 65.12%
GREEN value IS 24 (9.77% from 255) = 6.98%
BLUE value IS 96 (37.89% from 255) = 27.91%
R=65.12%
G=6.98%
B=27.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.57
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal224249600.890.570.12338.480.6548.63
HexE0186005939C1525131
Octal340301400131711452212161
Binary111000001100011000000101100111100111001010100101010001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E01860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E01860; }

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

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

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

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

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

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

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

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