Html Css Color HEX #E21179 Ruby

📋 copy color: '#E21179'

red 226 ◦ green 17 ◦ blue 121

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

Shades of Ruby #E21179

Tints of Ruby #E21179

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.67%

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

R = 62.09%
G = 4.67%
B = 33.24%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.46

 K value IS 0.11

RGB Variations

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

Color information

#E21179 (or 0xE21179) is known color: Ruby. HEX triplet: E2, 11 and 79. RGB value is (226,17,121). Sum of RGB (Red+Green+Blue) = 226+17+121=364 (48% of max value = 765). Red value is 226 (88.67% from 255 or 62.09% from 364); Green value is 17 (7.03% from 255 or 4.67% from 364); Blue value is 121 (47.66% from 255 or 33.24% from 364); Max value from RGB is 226 - color contains mainly: red. Hex color #E21179 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E21179 is #1DEE86. Grayscale: #5B5B5B. Windows color (decimal): -1961607 or 7934434. OLE color: 7934434.

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

Color convert

RGB 226 17 121 -
CMYK 0 0.92 0.46 0.11
HSL 330.14º 0.86% 0.48% -
HSV(B) 330.14º 0.92% 0.89% -
XYZ 35.02 17.95 19.71 -
YUV 91.35 144.74 224.04 -
System Red Green Blue C M Y K H S L
Decimal 226 17 121 0 0.92 0.46 0.11 330.14 0.86 0.48
Hex E2 11 79 0 5C 2E B 14A 56 30
Octal 342 21 171 0 134 56 13 512 126 60
Binary 11100010 10001 1111001 0 1011100 101110 1011 101001010 1010110 110000

Color Harmonies of #E21179

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E21179

Black with #E21179

Text Example


Text Example

White with #E21179

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E21179; }

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

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

background-color css

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

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

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

border-color css

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

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

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