Html Css Color HEX #E80871 Ruby

📋 copy color: '#E80871'

red 232 ◦ green 8 ◦ blue 113

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

Shades of Ruby #E80871

Tints of Ruby #E80871

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 32.01%

R = 65.72%
G = 2.27%
B = 32.01%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.51

 K value IS 0.09

RGB Variations

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

Color information

#E80871 (or 0xE80871) is known color: Ruby. HEX triplet: E8, 08 and 71. RGB value is (232,8,113). Sum of RGB (Red+Green+Blue) = 232+8+113=353 (46% of max value = 765). Red value is 232 (91.02% from 255 or 65.72% from 353); Green value is 8 (3.52% from 255 or 2.27% from 353); Blue value is 113 (44.53% from 255 or 32.01% from 353); Max value from RGB is 232 - color contains mainly: red. Hex color #E80871 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E80871 is #17F78E. Grayscale: #565656. Windows color (decimal): -1570703 or 7407848. OLE color: 7407848.

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

Color convert

RGB 232 8 113 -
CMYK 0 0.97 0.51 0.09
HSL 331.88º 0.93% 0.47% -
HSV(B) 331.88º 0.97% 0.91% -
XYZ 36.35 18.52 17.28 -
YUV 86.95 142.71 231.46 -
System Red Green Blue C M Y K H S L
Decimal 232 8 113 0 0.97 0.51 0.09 331.88 0.93 0.47
Hex E8 8 71 0 61 33 9 14C 5D 2F
Octal 350 10 161 0 141 63 11 514 135 57
Binary 11101000 1000 1110001 0 1100001 110011 1001 101001100 1011101 101111

Color Harmonies of #E80871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E80871

Black with #E80871

Text Example


Text Example

White with #E80871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E80871; }

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

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

background-color css

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

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

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

border-color css

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

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

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