Html Css Color HEX #E80878 Ruby

📋 copy color: '#E80878'

red 232 ◦ green 8 ◦ blue 120

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

Shades of Ruby #E80878

Tints of Ruby #E80878

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.22%

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

R = 64.44%
G = 2.22%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.48

 K value IS 0.09

RGB Variations

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

Color information

#E80878 (or 0xE80878) is known color: Ruby. HEX triplet: E8, 08 and 78. RGB value is (232,8,120). Sum of RGB (Red+Green+Blue) = 232+8+120=360 (47% of max value = 765). Red value is 232 (91.02% from 255 or 64.44% from 360); Green value is 8 (3.52% from 255 or 2.22% from 360); Blue value is 120 (47.27% from 255 or 33.33% from 360); Max value from RGB is 232 - color contains mainly: red. Hex color #E80878 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E80878 is #17F787. Grayscale: #575757. Windows color (decimal): -1570696 or 7866600. OLE color: 7866600.

HSL color Cylindrical-coordinate representation of color #E80878: hue angle of 330º degrees, saturation: 0.93, 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 #E80878 is Cyan = 0, Magento = 0.97, Yellow = 0.48 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 8 120 -
CMYK 0 0.97 0.48 0.09
HSL 330º 0.93% 0.47% -
HSV(B) 330º 0.97% 0.91% -
XYZ 36.76 18.69 19.44 -
YUV 87.74 146.21 230.89 -
System Red Green Blue C M Y K H S L
Decimal 232 8 120 0 0.97 0.48 0.09 330 0.93 0.47
Hex E8 8 78 0 61 30 9 14A 5D 2F
Octal 350 10 170 0 141 60 11 512 135 57
Binary 11101000 1000 1111000 0 1100001 110000 1001 101001010 1011101 101111

Color Harmonies of #E80878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E80878

Black with #E80878

Text Example


Text Example

White with #E80878

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E80878; }

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

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

background-color css

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

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

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

border-color css

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

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

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