#E01D6A

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

Shades of Ruby #E01D6A

Tints of Ruby #E01D6A

Color information

#E01D6A (or 0xE01D6A) is unknown color: approx Ruby. HEX triplet: E0, 1D and 6A. RGB value is (224,29,106). Sum of RGB (Red+Green+Blue) = 224+29+106=359 (47% of max value = 765). Red value is 224 (87.89% from 255 or 62.40% from 359); Green value is 29 (11.72% from 255 or 8.08% from 359); Blue value is 106 (41.80% from 255 or 29.53% from 359); Max value from RGB is 224 - color contains mainly: red. Hex color #E01D6A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E01D6A is #1FE295. Grayscale: #5F5F5F. Windows color (decimal): -2089622 or 6954464. OLE color: 6954464.

HSL color Cylindrical-coordinate representation of color #E01D6A: hue angle of 336.31º degrees, saturation: 0.77, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E01D6A is Cyan = 0, Magento = 0.87, Yellow = 0.53 and Black (K on CMYK) = 0.12.

Color convert

RGB22429106-
CMYK00.870.530.12
HSL336.31º77.08%49.61%-
HSV(B)336.31º87.05%87.84%-
XYZ33.7817.7715.28-
YUV96.08133.6219.24-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 62.40%
GREEN value IS 29 (11.72% from 255) = 8.08%
BLUE value IS 106 (41.80% from 255) = 29.53%
R=62.40%
G=8.08%
B=29.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.53
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2242910600.870.530.12336.3177.0849.61
HexE01D6A05735C1504d32
Octal340351520127651452011562
Binary111000001110111010100101011111010111001010100001001101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E01D6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E01D6A; }

 p { color: rgb(224,29,106); }

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

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

 a { background-color: rgb(224,29,106); }

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

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

 span { border-color: rgb(224,29,106); }

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