#E80577

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

Shades of Ruby #E80577

Tints of Ruby #E80577

Color information

#E80577 (or 0xE80577) is unknown color: approx Ruby. HEX triplet: E8, 05 and 77. RGB value is (232,5,119). Sum of RGB (Red+Green+Blue) = 232+5+119=356 (47% of max value = 765). Red value is 232 (91.02% from 255 or 65.17% from 356); Green value is 5 (2.34% from 255 or 1.40% from 356); Blue value is 119 (46.88% from 255 or 33.43% from 356); Max value from RGB is 232 - color contains mainly: red. Hex color #E80577 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E80577 is #17FA88. Grayscale: #555555. Windows color (decimal): -1571465 or 7800296. OLE color: 7800296.

HSL color Cylindrical-coordinate representation of color #E80577: hue angle of 329.87º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E80577 is Cyan = 0, Magento = 0.98, Yellow = 0.49 and Black (K on CMYK) = 0.09.

Color convert

RGB2325119-
CMYK00.980.490.09
HSL329.87º95.78%46.47%-
HSV(B)329.87º97.84%90.98%-
XYZ36.6618.619.11-
YUV85.87146.71232.23-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 65.17%
GREEN value IS 5 (2.34% from 255) = 1.40%
BLUE value IS 119 (46.88% from 255) = 33.43%
R=65.17%
G=1.40%
B=33.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.49
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal232511900.980.490.09329.8795.7846.47
HexE857706231914a602e
Octal35051670142611151214056
Binary1110100010111101110110001011000110011010010101100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E80577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E80577; }

 p { color: rgb(232,5,119); }

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

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

 a { background-color: rgb(232,5,119); }

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

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

 span { border-color: rgb(232,5,119); }

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