#E80B74

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

Shades of Ruby #E80B74

Tints of Ruby #E80B74

Color information

#E80B74 (or 0xE80B74) is unknown color: approx Ruby. HEX triplet: E8, 0B and 74. RGB value is (232,11,116). Sum of RGB (Red+Green+Blue) = 232+11+116=359 (47% of max value = 765). Red value is 232 (91.02% from 255 or 64.62% from 359); Green value is 11 (4.69% from 255 or 3.06% from 359); Blue value is 116 (45.70% from 255 or 32.31% from 359); Max value from RGB is 232 - color contains mainly: red. Hex color #E80B74 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E80B74 is #17F48B. Grayscale: #585858. Windows color (decimal): -1569932 or 7605224. OLE color: 7605224.

HSL color Cylindrical-coordinate representation of color #E80B74: hue angle of 331.49º degrees, saturation: 0.91, 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 #E80B74 is Cyan = 0, Magento = 0.95, Yellow = 0.50 and Black (K on CMYK) = 0.09.

Color convert

RGB23211116-
CMYK00.950.500.09
HSL331.49º90.95%47.65%-
HSV(B)331.49º95.26%90.98%-
XYZ36.5518.6618.2-
YUV89.05143.22229.96-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 64.62%
GREEN value IS 11 (4.69% from 255) = 3.06%
BLUE value IS 116 (45.70% from 255) = 32.31%
R=64.62%
G=3.06%
B=32.31%

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
Decimal2321111600.950.500.09331.4990.9547.65
HexE8B7405F32914b5b30
Octal350131640137621151313360
Binary11101000101111101000101111111001010011010010111011011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E80B74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E80B74; }

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

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

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

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

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

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

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

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