#E01455

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

Shades of Ruby #E01455

Tints of Ruby #E01455

Color information

#E01455 (or 0xE01455) is unknown color: approx Ruby. HEX triplet: E0, 14 and 55. RGB value is (224,20,85). Sum of RGB (Red+Green+Blue) = 224+20+85=329 (43% of max value = 765). Red value is 224 (87.89% from 255 or 68.09% from 329); Green value is 20 (8.20% from 255 or 6.08% from 329); Blue value is 85 (33.59% from 255 or 25.84% from 329); Max value from RGB is 224 - color contains mainly: red. Hex color #E01455 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E01455 is #1FEBAA. Grayscale: #585858. Windows color (decimal): -2091947 or 5575904. OLE color: 5575904.

HSL color Cylindrical-coordinate representation of color #E01455: hue angle of 340.88º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E01455 is Cyan = 0, Magento = 0.91, Yellow = 0.62 and Black (K on CMYK) = 0.12.

Color convert

RGB2242085-
CMYK00.910.620.12
HSL340.88º83.61%47.84%-
HSV(B)340.88º91.07%87.84%-
XYZ32.631710.16-
YUV88.41126.09224.71-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 68.09%
GREEN value IS 20 (8.20% from 255) = 6.08%
BLUE value IS 85 (33.59% from 255) = 25.84%
R=68.09%
G=6.08%
B=25.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.62
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal224208500.910.620.12340.8883.6147.84
HexE0145505B3EC1555430
Octal340241250133761452512460
Binary111000001010010101010101101111111011001010101011010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E01455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E01455; }

 p { color: rgb(224,20,85); }

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

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

 a { background-color: rgb(224,20,85); }

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

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

 span { border-color: rgb(224,20,85); }

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