Html Css Color HEX #E21579 Ruby

📋 copy color: '#E21579'

red 226 ◦ green 21 ◦ blue 121

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

Shades of Ruby #E21579

Tints of Ruby #E21579

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.71%

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

R = 61.41%
G = 5.71%
B = 32.88%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.46

 K value IS 0.11

RGB Variations

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

Color information

#E21579 (or 0xE21579) is known color: Ruby. HEX triplet: E2, 15 and 79. RGB value is (226,21,121). Sum of RGB (Red+Green+Blue) = 226+21+121=368 (48% of max value = 765). Red value is 226 (88.67% from 255 or 61.41% from 368); Green value is 21 (8.59% from 255 or 5.71% from 368); Blue value is 121 (47.66% from 255 or 32.88% from 368); Max value from RGB is 226 - color contains mainly: red. Hex color #E21579 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E21579 is #1DEA86. Grayscale: #5D5D5D. Windows color (decimal): -1960583 or 7935458. OLE color: 7935458.

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

Color convert

RGB 226 21 121 -
CMYK 0 0.91 0.46 0.11
HSL 330.73º 0.83% 0.48% -
HSV(B) 330.73º 0.91% 0.89% -
XYZ 35.08 18.09 19.73 -
YUV 93.7 143.42 222.37 -
System Red Green Blue C M Y K H S L
Decimal 226 21 121 0 0.91 0.46 0.11 330.73 0.83 0.48
Hex E2 15 79 0 5B 2E B 14B 53 30
Octal 342 25 171 0 133 56 13 513 123 60
Binary 11100010 10101 1111001 0 1011011 101110 1011 101001011 1010011 110000

Color Harmonies of #E21579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E21579

Black with #E21579

Text Example


Text Example

White with #E21579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E21579; }

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

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

background-color css

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

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

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

border-color css

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

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

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