#E01D69

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

Shades of Ruby #E01D69

Tints of Ruby #E01D69

Color information

#E01D69 (or 0xE01D69) is unknown color: approx Ruby. HEX triplet: E0, 1D and 69. RGB value is (224,29,105). Sum of RGB (Red+Green+Blue) = 224+29+105=358 (47% of max value = 765). Red value is 224 (87.89% from 255 or 62.57% from 358); Green value is 29 (11.72% from 255 or 8.10% from 358); Blue value is 105 (41.41% from 255 or 29.33% from 358); Max value from RGB is 224 - color contains mainly: red. Hex color #E01D69 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E01D69 is #1FE296. Grayscale: #5F5F5F. Windows color (decimal): -2089623 or 6888928. OLE color: 6888928.

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

Color convert

RGB22429105-
CMYK00.870.530.12
HSL336.62º77.08%49.61%-
HSV(B)336.62º87.05%87.84%-
XYZ33.7317.7515.01-
YUV95.97133.1219.32-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 62.57%
GREEN value IS 29 (11.72% from 255) = 8.10%
BLUE value IS 105 (41.41% from 255) = 29.33%
R=62.57%
G=8.10%
B=29.33%

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
Decimal2242910500.870.530.12336.6277.0849.61
HexE01D6905735C1514d32
Octal340351510127651452111562
Binary111000001110111010010101011111010111001010100011001101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E01D69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E01D69; }

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

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

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

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

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

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

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

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