Html Css Color HEX #E80576 Ruby

📋 copy color: '#E80576'

red 232 ◦ green 5 ◦ blue 118

#E80576
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ruby #E80576

Tints of Ruby #E80576

RGB

 RED value IS 232 (91.02% from 255) = 65.35%

 GREEN value IS 5 (2.34% from 255) = 1.41%

 BLUE value IS 118 (46.48% from 255) = 33.24%

R = 65.35%
G = 1.41%
B = 33.24%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.49

 K value IS 0.09

RGB Variations

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

Color information

#E80576 (or 0xE80576) is known color: Ruby. HEX triplet: E8, 05 and 76. RGB value is (232,5,118). Sum of RGB (Red+Green+Blue) = 232+5+118=355 (47% of max value = 765). Red value is 232 (91.02% from 255 or 65.35% from 355); Green value is 5 (2.34% from 255 or 1.41% from 355); Blue value is 118 (46.48% from 255 or 33.24% from 355); Max value from RGB is 232 - color contains mainly: red. Hex color #E80576 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E80576 is #17FA89. Grayscale: #555555. Windows color (decimal): -1571466 or 7734760. OLE color: 7734760.

HSL color Cylindrical-coordinate representation of color #E80576: hue angle of 330.13º 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 #E80576 is Cyan = 0, Magento = 0.98, Yellow = 0.49 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 5 118 -
CMYK 0 0.98 0.49 0.09
HSL 330.13º 0.96% 0.46% -
HSV(B) 330.13º 0.98% 0.91% -
XYZ 36.6 18.57 18.8 -
YUV 85.76 146.21 232.31 -
System Red Green Blue C M Y K H S L
Decimal 232 5 118 0 0.98 0.49 0.09 330.13 0.96 0.46
Hex E8 5 76 0 62 31 9 14A 60 2E
Octal 350 5 166 0 142 61 11 512 140 56
Binary 11101000 101 1110110 0 1100010 110001 1001 101001010 1100000 101110

Color Harmonies of #E80576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E80576

Black with #E80576

Text Example


Text Example

White with #E80576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E80576; }

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

 H1.HeaderClassName
 {
   color: #E80576;
 }
 .AnyTagClassName
 {
   color: #E80576;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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