Html Css Color HEX #E00879 Ruby

📋 copy color: '#E00879'

red 224 ◦ green 8 ◦ blue 121

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

Shades of Ruby #E00879

Tints of Ruby #E00879

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 34.28%

R = 63.46%
G = 2.27%
B = 34.28%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.46

 K value IS 0.12

RGB Variations

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

Color information

#E00879 (or 0xE00879) is known color: Ruby. HEX triplet: E0, 08 and 79. RGB value is (224,8,121). Sum of RGB (Red+Green+Blue) = 224+8+121=353 (46% of max value = 765). Red value is 224 (87.89% from 255 or 63.46% from 353); Green value is 8 (3.52% from 255 or 2.27% from 353); Blue value is 121 (47.66% from 255 or 34.28% from 353); Max value from RGB is 224 - color contains mainly: red. Hex color #E00879 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E00879 is #1FF786. Grayscale: #555555. Windows color (decimal): -2094983 or 7932128. OLE color: 7932128.

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

Color convert

RGB 224 8 121 -
CMYK 0 0.96 0.46 0.12
HSL 328.61º 0.93% 0.45% -
HSV(B) 328.61º 0.96% 0.88% -
XYZ 34.28 17.4 19.64 -
YUV 85.47 148.06 226.81 -
System Red Green Blue C M Y K H S L
Decimal 224 8 121 0 0.96 0.46 0.12 328.61 0.93 0.45
Hex E0 8 79 0 60 2E C 149 5D 2D
Octal 340 10 171 0 140 56 14 511 135 55
Binary 11100000 1000 1111001 0 1100000 101110 1100 101001001 1011101 101101

Color Harmonies of #E00879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00879

Black with #E00879

Text Example


Text Example

White with #E00879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00879; }

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

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

background-color css

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

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

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

border-color css

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

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

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