Html Css Color HEX #E80776 Ruby

📋 copy color: '#E80776'

red 232 ◦ green 7 ◦ blue 118

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

Shades of Ruby #E80776

Tints of Ruby #E80776

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.96%

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

R = 64.99%
G = 1.96%
B = 33.05%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.49

 K value IS 0.09

RGB Variations

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

Color information

#E80776 (or 0xE80776) is known color: Ruby. HEX triplet: E8, 07 and 76. RGB value is (232,7,118). Sum of RGB (Red+Green+Blue) = 232+7+118=357 (47% of max value = 765). Red value is 232 (91.02% from 255 or 64.99% from 357); Green value is 7 (3.12% from 255 or 1.96% from 357); Blue value is 118 (46.48% from 255 or 33.05% from 357); Max value from RGB is 232 - color contains mainly: red. Hex color #E80776 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E80776 is #17F889. Grayscale: #565656. Windows color (decimal): -1570954 or 7735272. OLE color: 7735272.

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

Color convert

RGB 232 7 118 -
CMYK 0 0.97 0.49 0.09
HSL 330.4º 0.94% 0.47% -
HSV(B) 330.4º 0.97% 0.91% -
XYZ 36.62 18.62 18.8 -
YUV 86.93 145.54 231.47 -
System Red Green Blue C M Y K H S L
Decimal 232 7 118 0 0.97 0.49 0.09 330.4 0.94 0.47
Hex E8 7 76 0 61 31 9 14A 5E 2F
Octal 350 7 166 0 141 61 11 512 136 57
Binary 11101000 111 1110110 0 1100001 110001 1001 101001010 1011110 101111

Color Harmonies of #E80776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E80776

Black with #E80776

Text Example


Text Example

White with #E80776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E80776; }

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

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

background-color css

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

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

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

border-color css

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

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

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