Html Css Color HEX #E21D70 Ruby

📋 copy color: '#E21D70'

red 226 ◦ green 29 ◦ blue 112

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

Shades of Ruby #E21D70

Tints of Ruby #E21D70

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.9%

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

R = 61.58%
G = 7.9%
B = 30.52%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.50

 K value IS 0.11

RGB Variations

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

Color information

#E21D70 (or 0xE21D70) is known color: Ruby. HEX triplet: E2, 1D and 70. RGB value is (226,29,112). Sum of RGB (Red+Green+Blue) = 226+29+112=367 (48% of max value = 765). Red value is 226 (88.67% from 255 or 61.58% from 367); Green value is 29 (11.72% from 255 or 7.90% from 367); Blue value is 112 (44.14% from 255 or 30.52% from 367); Max value from RGB is 226 - color contains mainly: red. Hex color #E21D70 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E21D70 is #1DE28F. Grayscale: #616161. Windows color (decimal): -1958544 or 7347682. OLE color: 7347682.

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

Color convert

RGB 226 29 112 -
CMYK 0 0.87 0.50 0.11
HSL 334.72º 0.77% 0.5% -
HSV(B) 334.72º 0.87% 0.89% -
XYZ 34.73 18.22 17.02 -
YUV 97.37 136.27 219.75 -
System Red Green Blue C M Y K H S L
Decimal 226 29 112 0 0.87 0.50 0.11 334.72 0.77 0.5
Hex E2 1D 70 0 57 32 B 14F 4D 32
Octal 342 35 160 0 127 62 13 517 115 62
Binary 11100010 11101 1110000 0 1010111 110010 1011 101001111 1001101 110010

Color Harmonies of #E21D70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E21D70

Black with #E21D70

Text Example


Text Example

White with #E21D70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E21D70; }

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

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

background-color css

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

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

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

border-color css

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

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

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