#E01E75

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

Shades of Ruby #E01E75

Tints of Ruby #E01E75

Color information

#E01E75 (or 0xE01E75) is unknown color: approx Ruby. HEX triplet: E0, 1E and 75. RGB value is (224,30,117). Sum of RGB (Red+Green+Blue) = 224+30+117=371 (49% of max value = 765). Red value is 224 (87.89% from 255 or 60.38% from 371); Green value is 30 (12.11% from 255 or 8.09% from 371); Blue value is 117 (46.09% from 255 or 31.54% from 371); Max value from RGB is 224 - color contains mainly: red. Hex color #E01E75 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E01E75 is #1FE18A. Grayscale: #616161. Windows color (decimal): -2089355 or 7675616. OLE color: 7675616.

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

Color convert

RGB22430117-
CMYK00.870.480.12
HSL333.09º76.38%49.8%-
HSV(B)333.09º86.61%87.84%-
XYZ34.4218.0618.5-
YUV97.92138.77217.93-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 60.38%
GREEN value IS 30 (12.11% from 255) = 8.09%
BLUE value IS 117 (46.09% from 255) = 31.54%
R=60.38%
G=8.09%
B=31.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.48
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2243011700.870.480.12333.0976.3849.8
HexE01E7505730C14d4c32
Octal340361650127601451511462
Binary111000001111011101010101011111000011001010011011001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E01E75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E01E75; }

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

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

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

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

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

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

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

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