Html Css Color HEX #E21479 Ruby

📋 copy color: '#E21479'

red 226 ◦ green 20 ◦ blue 121

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

Shades of Ruby #E21479

Tints of Ruby #E21479

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.45%

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

R = 61.58%
G = 5.45%
B = 32.97%

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

#E21479 (or 0xE21479) is known color: Ruby. HEX triplet: E2, 14 and 79. RGB value is (226,20,121). Sum of RGB (Red+Green+Blue) = 226+20+121=367 (48% of max value = 765). Red value is 226 (88.67% from 255 or 61.58% from 367); Green value is 20 (8.20% from 255 or 5.45% from 367); Blue value is 121 (47.66% from 255 or 32.97% from 367); Max value from RGB is 226 - color contains mainly: red. Hex color #E21479 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E21479 is #1DEB86. Grayscale: #5C5C5C. Windows color (decimal): -1960839 or 7935202. OLE color: 7935202.

HSL color Cylindrical-coordinate representation of color #E21479: hue angle of 330.58º degrees, saturation: 0.84, 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 #E21479 is Cyan = 0, Magento = 0.91, Yellow = 0.46 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 20 121 -
CMYK 0 0.91 0.46 0.11
HSL 330.58º 0.84% 0.48% -
HSV(B) 330.58º 0.91% 0.89% -
XYZ 35.07 18.05 19.72 -
YUV 93.11 143.75 222.79 -
System Red Green Blue C M Y K H S L
Decimal 226 20 121 0 0.91 0.46 0.11 330.58 0.84 0.48
Hex E2 14 79 0 5B 2E B 14B 54 30
Octal 342 24 171 0 133 56 13 513 124 60
Binary 11100010 10100 1111001 0 1011011 101110 1011 101001011 1010100 110000

Color Harmonies of #E21479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E21479

Black with #E21479

Text Example


Text Example

White with #E21479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E21479; }

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

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

background-color css

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

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

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

border-color css

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

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

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