Html Css Color HEX #E00876 Ruby

📋 copy color: '#E00876'

red 224 ◦ green 8 ◦ blue 118

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

Shades of Ruby #E00876

Tints of Ruby #E00876

RGB

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

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

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

R = 64%
G = 2.29%
B = 33.71%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.47

 K value IS 0.12

RGB Variations

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

Color information

#E00876 (or 0xE00876) is known color: Ruby. HEX triplet: E0, 08 and 76. RGB value is (224,8,118). Sum of RGB (Red+Green+Blue) = 224+8+118=350 (46% of max value = 765). Red value is 224 (87.89% from 255 or 64% from 350); Green value is 8 (3.52% from 255 or 2.29% from 350); Blue value is 118 (46.48% from 255 or 33.71% from 350); Max value from RGB is 224 - color contains mainly: red. Hex color #E00876 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E00876 is #1FF789. Grayscale: #545454. Windows color (decimal): -2094986 or 7735520. OLE color: 7735520.

HSL color Cylindrical-coordinate representation of color #E00876: hue angle of 329.44º 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 #E00876 is Cyan = 0, Magento = 0.96, Yellow = 0.47 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 8 118 -
CMYK 0 0.96 0.47 0.12
HSL 329.44º 0.93% 0.45% -
HSV(B) 329.44º 0.96% 0.88% -
XYZ 34.1 17.33 18.69 -
YUV 85.12 146.56 227.06 -
System Red Green Blue C M Y K H S L
Decimal 224 8 118 0 0.96 0.47 0.12 329.44 0.93 0.45
Hex E0 8 76 0 60 2F C 149 5D 2D
Octal 340 10 166 0 140 57 14 511 135 55
Binary 11100000 1000 1110110 0 1100000 101111 1100 101001001 1011101 101101

Color Harmonies of #E00876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00876

Black with #E00876

Text Example


Text Example

White with #E00876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00876; }

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

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

background-color css

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

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

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

border-color css

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

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

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