Html Css Color HEX #E21570 Ruby

📋 copy color: '#E21570'

red 226 ◦ green 21 ◦ blue 112

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

Shades of Ruby #E21570

Tints of Ruby #E21570

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.85%

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

R = 62.95%
G = 5.85%
B = 31.2%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.50

 K value IS 0.11

RGB Variations

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

Color information

#E21570 (or 0xE21570) is known color: Ruby. HEX triplet: E2, 15 and 70. RGB value is (226,21,112). Sum of RGB (Red+Green+Blue) = 226+21+112=359 (47% of max value = 765). Red value is 226 (88.67% from 255 or 62.95% from 359); Green value is 21 (8.59% from 255 or 5.85% from 359); Blue value is 112 (44.14% from 255 or 31.20% from 359); Max value from RGB is 226 - color contains mainly: red. Hex color #E21570 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E21570 is #1DEA8F. Grayscale: #5C5C5C. Windows color (decimal): -1960592 or 7345634. OLE color: 7345634.

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

Color convert

RGB 226 21 112 -
CMYK 0 0.91 0.50 0.11
HSL 333.37º 0.83% 0.48% -
HSV(B) 333.37º 0.91% 0.89% -
XYZ 34.56 17.87 16.96 -
YUV 92.67 138.92 223.1 -
System Red Green Blue C M Y K H S L
Decimal 226 21 112 0 0.91 0.50 0.11 333.37 0.83 0.48
Hex E2 15 70 0 5B 32 B 14D 53 30
Octal 342 25 160 0 133 62 13 515 123 60
Binary 11100010 10101 1110000 0 1011011 110010 1011 101001101 1010011 110000

Color Harmonies of #E21570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E21570

Black with #E21570

Text Example


Text Example

White with #E21570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E21570; }

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

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

background-color css

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

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

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

border-color css

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

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

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