#E80C74

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

Shades of Ruby #E80C74

Tints of Ruby #E80C74

Color information

#E80C74 (or 0xE80C74) is unknown color: approx Ruby. HEX triplet: E8, 0C and 74. RGB value is (232,12,116). Sum of RGB (Red+Green+Blue) = 232+12+116=360 (47% of max value = 765). Red value is 232 (91.02% from 255 or 64.44% from 360); Green value is 12 (5.08% from 255 or 3.33% from 360); Blue value is 116 (45.70% from 255 or 32.22% from 360); Max value from RGB is 232 - color contains mainly: red. Hex color #E80C74 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E80C74 is #17F38B. Grayscale: #595959. Windows color (decimal): -1569676 or 7605480. OLE color: 7605480.

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

Color convert

RGB23212116-
CMYK00.950.500.09
HSL331.64º90.16%47.84%-
HSV(B)331.64º94.83%90.98%-
XYZ36.5618.6818.2-
YUV89.64142.89229.54-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 64.44%
GREEN value IS 12 (5.08% from 255) = 3.33%
BLUE value IS 116 (45.70% from 255) = 32.22%
R=64.44%
G=3.33%
B=32.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.50
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2321211600.950.500.09331.6490.1647.84
HexE8C7405F32914c5a30
Octal350141640137621151413260
Binary11101000110011101000101111111001010011010011001011010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E80C74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E80C74; }

 p { color: rgb(232,12,116); }

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

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

 a { background-color: rgb(232,12,116); }

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

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

 span { border-color: rgb(232,12,116); }

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