#E01C75

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

Shades of Ruby #E01C75

Tints of Ruby #E01C75

Color information

#E01C75 (or 0xE01C75) is unknown color: approx Ruby. HEX triplet: E0, 1C and 75. RGB value is (224,28,117). Sum of RGB (Red+Green+Blue) = 224+28+117=369 (48% of max value = 765). Red value is 224 (87.89% from 255 or 60.70% from 369); Green value is 28 (11.33% from 255 or 7.59% from 369); Blue value is 117 (46.09% from 255 or 31.71% from 369); Max value from RGB is 224 - color contains mainly: red. Hex color #E01C75 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E01C75 is #1FE38A. Grayscale: #606060. Windows color (decimal): -2089867 or 7675104. OLE color: 7675104.

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

Color convert

RGB22428117-
CMYK00.880.480.12
HSL332.76º77.78%49.41%-
HSV(B)332.76º87.5%87.84%-
XYZ34.3717.9618.49-
YUV96.75139.43218.76-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 60.70%
GREEN value IS 28 (11.33% from 255) = 7.59%
BLUE value IS 117 (46.09% from 255) = 31.71%
R=60.70%
G=7.59%
B=31.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.48
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2242811700.880.480.12332.7677.7849.41
HexE01C7505830C14d4e31
Octal340341650130601451511661
Binary111000001110011101010101100011000011001010011011001110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E01C75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E01C75; }

 p { color: rgb(224,28,117); }

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

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

 a { background-color: rgb(224,28,117); }

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

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

 span { border-color: rgb(224,28,117); }

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