#E61277

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

Shades of Ruby #E61277

Tints of Ruby #E61277

Color information

#E61277 (or 0xE61277) is unknown color: approx Ruby. HEX triplet: E6, 12 and 77. RGB value is (230,18,119). Sum of RGB (Red+Green+Blue) = 230+18+119=367 (48% of max value = 765). Red value is 230 (90.23% from 255 or 62.67% from 367); Green value is 18 (7.42% from 255 or 4.90% from 367); Blue value is 119 (46.88% from 255 or 32.43% from 367); Max value from RGB is 230 - color contains mainly: red. Hex color #E61277 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E61277 is #19ED88. Grayscale: #5C5C5C. Windows color (decimal): -1699209 or 7803622. OLE color: 7803622.

HSL color Cylindrical-coordinate representation of color #E61277: hue angle of 331.42º 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 #E61277 is Cyan = 0, Magento = 0.92, Yellow = 0.48 and Black (K on CMYK) = 0.10.

Color convert

RGB23018119-
CMYK00.920.480.10
HSL331.42º85.48%48.63%-
HSV(B)331.42º92.17%90.2%-
XYZ36.1818.5919.13-
YUV92.9142.74225.79-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 62.67%
GREEN value IS 18 (7.42% from 255) = 4.90%
BLUE value IS 119 (46.88% from 255) = 32.43%
R=62.67%
G=4.90%
B=32.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.48
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2301811900.920.480.10331.4285.4848.63
HexE6127705C30A14b5531
Octal346221670134601251312561
Binary111001101001011101110101110011000010101010010111010101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E61277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E61277; }

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

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

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

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

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

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

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

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