#E61C78

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

Shades of Ruby #E61C78

Tints of Ruby #E61C78

Color information

#E61C78 (or 0xE61C78) is unknown color: approx Ruby. HEX triplet: E6, 1C and 78. RGB value is (230,28,120). Sum of RGB (Red+Green+Blue) = 230+28+120=378 (50% of max value = 765). Red value is 230 (90.23% from 255 or 60.85% from 378); Green value is 28 (11.33% from 255 or 7.41% from 378); Blue value is 120 (47.27% from 255 or 31.75% from 378); Max value from RGB is 230 - color contains mainly: red. Hex color #E61C78 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E61C78 is #19E387. Grayscale: #626262. Windows color (decimal): -1696648 or 7871718. OLE color: 7871718.

HSL color Cylindrical-coordinate representation of color #E61C78: hue angle of 332.67º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E61C78 is Cyan = 0, Magento = 0.88, Yellow = 0.48 and Black (K on CMYK) = 0.10.

Color convert

RGB23028120-
CMYK00.880.480.10
HSL332.67º80.16%50.59%-
HSV(B)332.67º87.83%90.2%-
XYZ36.4419.0119.52-
YUV98.89139.92221.52-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 60.85%
GREEN value IS 28 (11.33% from 255) = 7.41%
BLUE value IS 120 (47.27% from 255) = 31.75%
R=60.85%
G=7.41%
B=31.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.48
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2302812000.880.480.10332.6780.1650.59
HexE61C7805830A14d5033
Octal346341700130601251512063
Binary111001101110011110000101100011000010101010011011010000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E61C78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E61C78; }

 p { color: rgb(230,28,120); }

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

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

 a { background-color: rgb(230,28,120); }

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

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

 span { border-color: rgb(230,28,120); }

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