Html Css Color HEX #E21970 Ruby

📋 copy color: '#E21970'

red 226 ◦ green 25 ◦ blue 112

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

Shades of Ruby #E21970

Tints of Ruby #E21970

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.89%

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

R = 62.26%
G = 6.89%
B = 30.85%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.50

 K value IS 0.11

RGB Variations

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

Color information

#E21970 (or 0xE21970) is known color: Ruby. HEX triplet: E2, 19 and 70. RGB value is (226,25,112). Sum of RGB (Red+Green+Blue) = 226+25+112=363 (48% of max value = 765). Red value is 226 (88.67% from 255 or 62.26% from 363); Green value is 25 (10.16% from 255 or 6.89% from 363); Blue value is 112 (44.14% from 255 or 30.85% from 363); Max value from RGB is 226 - color contains mainly: red. Hex color #E21970 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E21970 is #1DE68F. Grayscale: #5E5E5E. Windows color (decimal): -1959568 or 7346658. OLE color: 7346658.

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

Color convert

RGB 226 25 112 -
CMYK 0 0.89 0.50 0.11
HSL 334.03º 0.8% 0.49% -
HSV(B) 334.03º 0.89% 0.89% -
XYZ 34.64 18.03 16.98 -
YUV 95.02 137.59 221.43 -
System Red Green Blue C M Y K H S L
Decimal 226 25 112 0 0.89 0.50 0.11 334.03 0.8 0.49
Hex E2 19 70 0 59 32 B 14E 50 31
Octal 342 31 160 0 131 62 13 516 120 61
Binary 11100010 11001 1110000 0 1011001 110010 1011 101001110 1010000 110001

Color Harmonies of #E21970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E21970

Black with #E21970

Text Example


Text Example

White with #E21970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E21970; }

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

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

background-color css

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

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

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

border-color css

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

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

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