Html Css Color HEX #E21679 Ruby

📋 copy color: '#E21679'

red 226 ◦ green 22 ◦ blue 121

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

Shades of Ruby #E21679

Tints of Ruby #E21679

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.96%

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

R = 61.25%
G = 5.96%
B = 32.79%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.46

 K value IS 0.11

RGB Variations

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

Color information

#E21679 (or 0xE21679) is known color: Ruby. HEX triplet: E2, 16 and 79. RGB value is (226,22,121). Sum of RGB (Red+Green+Blue) = 226+22+121=369 (48% of max value = 765). Red value is 226 (88.67% from 255 or 61.25% from 369); Green value is 22 (8.98% from 255 or 5.96% from 369); Blue value is 121 (47.66% from 255 or 32.79% from 369); Max value from RGB is 226 - color contains mainly: red. Hex color #E21679 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E21679 is #1DE986. Grayscale: #5E5E5E. Windows color (decimal): -1960327 or 7935714. OLE color: 7935714.

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

Color convert

RGB 226 22 121 -
CMYK 0 0.90 0.46 0.11
HSL 330.88º 0.82% 0.49% -
HSV(B) 330.88º 0.9% 0.89% -
XYZ 35.1 18.12 19.74 -
YUV 94.28 143.09 221.95 -
System Red Green Blue C M Y K H S L
Decimal 226 22 121 0 0.90 0.46 0.11 330.88 0.82 0.49
Hex E2 16 79 0 5A 2E B 14B 52 31
Octal 342 26 171 0 132 56 13 513 122 61
Binary 11100010 10110 1111001 0 1011010 101110 1011 101001011 1010010 110001

Color Harmonies of #E21679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E21679

Black with #E21679

Text Example


Text Example

White with #E21679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E21679; }

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

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

background-color css

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

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

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

border-color css

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

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

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