Html Css Color HEX #E21770 Ruby

📋 copy color: '#E21770'

red 226 ◦ green 23 ◦ blue 112

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

Shades of Ruby #E21770

Tints of Ruby #E21770

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.37%

 BLUE value IS 112 (44.14% from 255) = 31.02%

R = 62.6%
G = 6.37%
B = 31.02%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.50

 K value IS 0.11

RGB Variations

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

Color information

#E21770 (or 0xE21770) is known color: Ruby. HEX triplet: E2, 17 and 70. RGB value is (226,23,112). Sum of RGB (Red+Green+Blue) = 226+23+112=361 (47% of max value = 765). Red value is 226 (88.67% from 255 or 62.60% from 361); Green value is 23 (9.38% from 255 or 6.37% from 361); Blue value is 112 (44.14% from 255 or 31.02% from 361); Max value from RGB is 226 - color contains mainly: red. Hex color #E21770 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E21770 is #1DE88F. Grayscale: #5D5D5D. Windows color (decimal): -1960080 or 7346146. OLE color: 7346146.

HSL color Cylindrical-coordinate representation of color #E21770: hue angle of 333.69º 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 #E21770 is Cyan = 0, Magento = 0.90, Yellow = 0.50 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 23 112 -
CMYK 0 0.90 0.50 0.11
HSL 333.69º 0.82% 0.49% -
HSV(B) 333.69º 0.9% 0.89% -
XYZ 34.6 17.95 16.97 -
YUV 93.84 138.25 222.26 -
System Red Green Blue C M Y K H S L
Decimal 226 23 112 0 0.90 0.50 0.11 333.69 0.82 0.49
Hex E2 17 70 0 5A 32 B 14E 52 31
Octal 342 27 160 0 132 62 13 516 122 61
Binary 11100010 10111 1110000 0 1011010 110010 1011 101001110 1010010 110001

Color Harmonies of #E21770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E21770

Black with #E21770

Text Example


Text Example

White with #E21770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E21770; }

 p { color: rgb(226,23,112); }

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

background-color css

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

 a { background-color: rgb(226,23,112); }

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

border-color css

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

 span { border-color: rgb(226,23,112); }

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