#e80f7c

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

Shades of Ruby #E80F7C

Tints of Ruby #E80F7C

Color information

#E80F7C (or 0xE80F7C) is unknown color: approx Ruby. HEX triplet: E8, 0F and 7C. RGB value is (232,15,124). Sum of RGB (Red+Green+Blue) = 232+15+124=371 (49% of max value = 765). Red value is 232 (91.02% from 255 or 62.53% from 371); Green value is 15 (6.25% from 255 or 4.04% from 371); Blue value is 124 (48.83% from 255 or 33.42% from 371); Max value from RGB is 232 - color contains mainly: red. Hex color #E80F7C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E80F7C is #17F083. Grayscale: #5C5C5C. Windows color (decimal): -1568900 or 8130536. OLE color: 8130536.

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

Color convert

RGB23215124-
CMYK00.940.470.09
HSL329.86º87.85%48.43%-
HSV(B)329.86º93.53%90.98%-
XYZ37.0918.9520.77-
YUV92.31145.89227.64-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 62.53%
GREEN value IS 15 (6.25% from 255) = 4.04%
BLUE value IS 124 (48.83% from 255) = 33.42%
R=62.53%
G=4.04%
B=33.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.47
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2321512400.940.470.09329.8687.8548.43
HexE8F7C05E2F914a5830
Octal350171740136571151213060
Binary11101000111111111000101111010111110011010010101011000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e80f7c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e80f7c; }

 p { color: rgb(232,15,124); }

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

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

 a { background-color: rgb(232,15,124); }

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

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

 span { border-color: rgb(232,15,124); }

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