#E01274

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

Shades of Ruby #E01274

Tints of Ruby #E01274

Color information

#E01274 (or 0xE01274) is unknown color: approx Ruby. HEX triplet: E0, 12 and 74. RGB value is (224,18,116). Sum of RGB (Red+Green+Blue) = 224+18+116=358 (47% of max value = 765). Red value is 224 (87.89% from 255 or 62.57% from 358); Green value is 18 (7.42% from 255 or 5.03% from 358); Blue value is 116 (45.70% from 255 or 32.40% from 358); Max value from RGB is 224 - color contains mainly: red. Hex color #E01274 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E01274 is #1FED8B. Grayscale: #5A5A5A. Windows color (decimal): -2092428 or 7607008. OLE color: 7607008.

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

Color convert

RGB22418116-
CMYK00.920.480.12
HSL331.46º85.12%47.45%-
HSV(B)331.46º91.96%87.84%-
XYZ34.1117.5418.11-
YUV90.77142.25223.03-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 62.57%
GREEN value IS 18 (7.42% from 255) = 5.03%
BLUE value IS 116 (45.70% from 255) = 32.40%
R=62.57%
G=5.03%
B=32.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.48
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2241811600.920.480.12331.4685.1247.45
HexE0127405C30C14b552f
Octal340221640134601451312557
Binary111000001001011101000101110011000011001010010111010101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E01274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E01274; }

 p { color: rgb(224,18,116); }

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

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

 a { background-color: rgb(224,18,116); }

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

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

 span { border-color: rgb(224,18,116); }

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