Html Css Color HEX #E21571 Ruby

📋 copy color: '#E21571'

red 226 ◦ green 21 ◦ blue 113

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

Shades of Ruby #E21571

Tints of Ruby #E21571

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 31.39%

R = 62.78%
G = 5.83%
B = 31.39%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.5

 K value IS 0.11

RGB Variations

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

Color information

#E21571 (or 0xE21571) is known color: Ruby. HEX triplet: E2, 15 and 71. RGB value is (226,21,113). Sum of RGB (Red+Green+Blue) = 226+21+113=360 (47% of max value = 765). Red value is 226 (88.67% from 255 or 62.78% from 360); Green value is 21 (8.59% from 255 or 5.83% from 360); Blue value is 113 (44.53% from 255 or 31.39% from 360); Max value from RGB is 226 - color contains mainly: red. Hex color #E21571 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E21571 is #1DEA8E. Grayscale: #5C5C5C. Windows color (decimal): -1960591 or 7411170. OLE color: 7411170.

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

Color convert

RGB 226 21 113 -
CMYK 0 0.91 0.5 0.11
HSL 333.07º 0.83% 0.48% -
HSV(B) 333.07º 0.91% 0.89% -
XYZ 34.61 17.9 17.25 -
YUV 92.78 139.42 223.02 -
System Red Green Blue C M Y K H S L
Decimal 226 21 113 0 0.91 0.5 0.11 333.07 0.83 0.48
Hex E2 15 71 0 5B 32 B 14D 53 30
Octal 342 25 161 0 133 62 13 515 123 60
Binary 11100010 10101 1110001 0 1011011 110010 1011 101001101 1010011 110000

Color Harmonies of #E21571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E21571

Black with #E21571

Text Example


Text Example

White with #E21571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E21571; }

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

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

background-color css

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

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

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

border-color css

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

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

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