Html Css Color HEX #E21A70 Ruby

📋 copy color: '#E21A70'

red 226 ◦ green 26 ◦ blue 112

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

Shades of Ruby #E21A70

Tints of Ruby #E21A70

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.14%

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

R = 62.09%
G = 7.14%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.50

 K value IS 0.11

RGB Variations

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

Color information

#E21A70 (or 0xE21A70) is known color: Ruby. HEX triplet: E2, 1A and 70. RGB value is (226,26,112). Sum of RGB (Red+Green+Blue) = 226+26+112=364 (48% of max value = 765). Red value is 226 (88.67% from 255 or 62.09% from 364); Green value is 26 (10.55% from 255 or 7.14% from 364); Blue value is 112 (44.14% from 255 or 30.77% from 364); Max value from RGB is 226 - color contains mainly: red. Hex color #E21A70 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E21A70 is #1DE58F. Grayscale: #5F5F5F. Windows color (decimal): -1959312 or 7346914. OLE color: 7346914.

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

Color convert

RGB 226 26 112 -
CMYK 0 0.88 0.50 0.11
HSL 334.2º 0.79% 0.49% -
HSV(B) 334.2º 0.88% 0.89% -
XYZ 34.66 18.08 16.99 -
YUV 95.6 137.26 221.01 -
System Red Green Blue C M Y K H S L
Decimal 226 26 112 0 0.88 0.50 0.11 334.2 0.79 0.49
Hex E2 1A 70 0 58 32 B 14E 4F 31
Octal 342 32 160 0 130 62 13 516 117 61
Binary 11100010 11010 1110000 0 1011000 110010 1011 101001110 1001111 110001

Color Harmonies of #E21A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E21A70

Black with #E21A70

Text Example


Text Example

White with #E21A70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E21A70; }

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

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

background-color css

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

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

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

border-color css

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

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

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