#E01F6F

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

Shades of Ruby #E01F6F

Tints of Ruby #E01F6F

Color information

#E01F6F (or 0xE01F6F) is unknown color: approx Ruby. HEX triplet: E0, 1F and 6F. RGB value is (224,31,111). Sum of RGB (Red+Green+Blue) = 224+31+111=366 (48% of max value = 765). Red value is 224 (87.89% from 255 or 61.20% from 366); Green value is 31 (12.5% from 255 or 8.47% from 366); Blue value is 111 (43.75% from 255 or 30.33% from 366); Max value from RGB is 224 - color contains mainly: red. Hex color #E01F6F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E01F6F is #1FE090. Grayscale: #616161. Windows color (decimal): -2089105 or 7282656. OLE color: 7282656.

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

Color convert

RGB22431111-
CMYK00.860.500.12
HSL335.13º75.69%50%-
HSV(B)335.13º86.16%87.84%-
XYZ34.117.9716.71-
YUV97.83135.44218-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 61.20%
GREEN value IS 31 (12.5% from 255) = 8.47%
BLUE value IS 111 (43.75% from 255) = 30.33%
R=61.20%
G=8.47%
B=30.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.50
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2243111100.860.500.12335.1375.6950
HexE01F6F05632C14f4c32
Octal340371570126621451711462
Binary111000001111111011110101011011001011001010011111001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E01F6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E01F6F; }

 p { color: rgb(224,31,111); }

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

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

 a { background-color: rgb(224,31,111); }

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

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

 span { border-color: rgb(224,31,111); }

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