#E61279

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

Shades of Ruby #E61279

Tints of Ruby #E61279

Color information

#E61279 (or 0xE61279) is unknown color: approx Ruby. HEX triplet: E6, 12 and 79. RGB value is (230,18,121). Sum of RGB (Red+Green+Blue) = 230+18+121=369 (48% of max value = 765). Red value is 230 (90.23% from 255 or 62.33% from 369); Green value is 18 (7.42% from 255 or 4.88% from 369); Blue value is 121 (47.66% from 255 or 32.79% from 369); Max value from RGB is 230 - color contains mainly: red. Hex color #E61279 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E61279 is #19ED86. Grayscale: #5C5C5C. Windows color (decimal): -1699207 or 7934694. OLE color: 7934694.

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

Color convert

RGB23018121-
CMYK00.920.470.10
HSL330.85º85.48%48.63%-
HSV(B)330.85º92.17%90.2%-
XYZ36.318.6419.77-
YUV93.13143.74225.62-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 62.33%
GREEN value IS 18 (7.42% from 255) = 4.88%
BLUE value IS 121 (47.66% from 255) = 32.79%
R=62.33%
G=4.88%
B=32.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.47
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2301812100.920.470.10330.8585.4848.63
HexE6127905C2FA14b5531
Octal346221710134571251312561
Binary111001101001011110010101110010111110101010010111010101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E61279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E61279; }

 p { color: rgb(230,18,121); }

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

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

 a { background-color: rgb(230,18,121); }

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

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

 span { border-color: rgb(230,18,121); }

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