Html Css Color HEX #E20879 Ruby

📋 copy color: '#E20879'

red 226 ◦ green 8 ◦ blue 121

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

Shades of Ruby #E20879

Tints of Ruby #E20879

RGB

 RED value IS 226 (88.67% from 255) = 63.66%

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

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

R = 63.66%
G = 2.25%
B = 34.08%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.46

 K value IS 0.11

RGB Variations

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

Color information

#E20879 (or 0xE20879) is known color: Ruby. HEX triplet: E2, 08 and 79. RGB value is (226,8,121). Sum of RGB (Red+Green+Blue) = 226+8+121=355 (47% of max value = 765). Red value is 226 (88.67% from 255 or 63.66% from 355); Green value is 8 (3.52% from 255 or 2.25% from 355); Blue value is 121 (47.66% from 255 or 34.08% from 355); Max value from RGB is 226 - color contains mainly: red. Hex color #E20879 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E20879 is #1DF786. Grayscale: #555555. Windows color (decimal): -1963911 or 7932130. OLE color: 7932130.

HSL color Cylindrical-coordinate representation of color #E20879: hue angle of 328.9º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E20879 is Cyan = 0, Magento = 0.96, Yellow = 0.46 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 8 121 -
CMYK 0 0.96 0.46 0.11
HSL 328.9º 0.93% 0.46% -
HSV(B) 328.9º 0.96% 0.89% -
XYZ 34.9 17.72 19.67 -
YUV 86.06 147.72 227.81 -
System Red Green Blue C M Y K H S L
Decimal 226 8 121 0 0.96 0.46 0.11 328.9 0.93 0.46
Hex E2 8 79 0 60 2E B 149 5D 2E
Octal 342 10 171 0 140 56 13 511 135 56
Binary 11100010 1000 1111001 0 1100000 101110 1011 101001001 1011101 101110

Color Harmonies of #E20879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E20879

Black with #E20879

Text Example


Text Example

White with #E20879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E20879; }

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

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

background-color css

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

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

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

border-color css

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

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

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