Html Css Color HEX #E80978 Ruby

📋 copy color: '#E80978'

red 232 ◦ green 9 ◦ blue 120

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

Shades of Ruby #E80978

Tints of Ruby #E80978

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.49%

 BLUE value IS 120 (47.27% from 255) = 33.24%

R = 64.27%
G = 2.49%
B = 33.24%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.48

 K value IS 0.09

RGB Variations

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

Color information

#E80978 (or 0xE80978) is known color: Ruby. HEX triplet: E8, 09 and 78. RGB value is (232,9,120). Sum of RGB (Red+Green+Blue) = 232+9+120=361 (47% of max value = 765). Red value is 232 (91.02% from 255 or 64.27% from 361); Green value is 9 (3.91% from 255 or 2.49% from 361); Blue value is 120 (47.27% from 255 or 33.24% from 361); Max value from RGB is 232 - color contains mainly: red. Hex color #E80978 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E80978 is #17F687. Grayscale: #585858. Windows color (decimal): -1570440 or 7866856. OLE color: 7866856.

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

Color convert

RGB 232 9 120 -
CMYK 0 0.96 0.48 0.09
HSL 330.13º 0.93% 0.47% -
HSV(B) 330.13º 0.96% 0.91% -
XYZ 36.77 18.71 19.44 -
YUV 88.33 145.88 230.47 -
System Red Green Blue C M Y K H S L
Decimal 232 9 120 0 0.96 0.48 0.09 330.13 0.93 0.47
Hex E8 9 78 0 60 30 9 14A 5D 2F
Octal 350 11 170 0 140 60 11 512 135 57
Binary 11101000 1001 1111000 0 1100000 110000 1001 101001010 1011101 101111

Color Harmonies of #E80978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E80978

Black with #E80978

Text Example


Text Example

White with #E80978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E80978; }

 p { color: rgb(232,9,120); }

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

background-color css

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

 a { background-color: rgb(232,9,120); }

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

border-color css

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

 span { border-color: rgb(232,9,120); }

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