Html Css Color HEX #E00871 Ruby

📋 copy color: '#E00871'

red 224 ◦ green 8 ◦ blue 113

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

Shades of Ruby #E00871

Tints of Ruby #E00871

RGB

 RED value IS 224 (87.89% from 255) = 64.93%

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

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

R = 64.93%
G = 2.32%
B = 32.75%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.50

 K value IS 0.12

RGB Variations

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

Color information

#E00871 (or 0xE00871) is known color: Ruby. HEX triplet: E0, 08 and 71. RGB value is (224,8,113). Sum of RGB (Red+Green+Blue) = 224+8+113=345 (45% of max value = 765). Red value is 224 (87.89% from 255 or 64.93% from 345); Green value is 8 (3.52% from 255 or 2.32% from 345); Blue value is 113 (44.53% from 255 or 32.75% from 345); Max value from RGB is 224 - color contains mainly: red. Hex color #E00871 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E00871 is #1FF78E. Grayscale: #545454. Windows color (decimal): -2094991 or 7407840. OLE color: 7407840.

HSL color Cylindrical-coordinate representation of color #E00871: hue angle of 330.83º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E00871 is Cyan = 0, Magento = 0.96, Yellow = 0.50 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 8 113 -
CMYK 0 0.96 0.50 0.12
HSL 330.83º 0.93% 0.45% -
HSV(B) 330.83º 0.96% 0.88% -
XYZ 33.81 17.21 17.16 -
YUV 84.55 144.06 227.46 -
System Red Green Blue C M Y K H S L
Decimal 224 8 113 0 0.96 0.50 0.12 330.83 0.93 0.45
Hex E0 8 71 0 60 32 C 14B 5D 2D
Octal 340 10 161 0 140 62 14 513 135 55
Binary 11100000 1000 1110001 0 1100000 110010 1100 101001011 1011101 101101

Color Harmonies of #E00871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00871

Black with #E00871

Text Example


Text Example

White with #E00871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00871; }

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

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

background-color css

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

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

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

border-color css

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

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

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