Html Css Color HEX #E21C71 Ruby

📋 copy color: '#E21C71'

red 226 ◦ green 28 ◦ blue 113

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

Shades of Ruby #E21C71

Tints of Ruby #E21C71

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.63%

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

R = 61.58%
G = 7.63%
B = 30.79%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.5

 K value IS 0.11

RGB Variations

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

Color information

#E21C71 (or 0xE21C71) is known color: Ruby. HEX triplet: E2, 1C and 71. RGB value is (226,28,113). Sum of RGB (Red+Green+Blue) = 226+28+113=367 (48% of max value = 765). Red value is 226 (88.67% from 255 or 61.58% from 367); Green value is 28 (11.33% from 255 or 7.63% from 367); Blue value is 113 (44.53% from 255 or 30.79% from 367); Max value from RGB is 226 - color contains mainly: red. Hex color #E21C71 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E21C71 is #1DE38E. Grayscale: #606060. Windows color (decimal): -1958799 or 7412962. OLE color: 7412962.

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

Color convert

RGB 226 28 113 -
CMYK 0 0.88 0.5 0.11
HSL 334.24º 0.78% 0.5% -
HSV(B) 334.24º 0.88% 0.89% -
XYZ 34.76 18.19 17.3 -
YUV 96.89 137.1 220.09 -
System Red Green Blue C M Y K H S L
Decimal 226 28 113 0 0.88 0.5 0.11 334.24 0.78 0.5
Hex E2 1C 71 0 58 32 B 14E 4E 32
Octal 342 34 161 0 130 62 13 516 116 62
Binary 11100010 11100 1110001 0 1011000 110010 1011 101001110 1001110 110010

Color Harmonies of #E21C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E21C71

Black with #E21C71

Text Example


Text Example

White with #E21C71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E21C71; }

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

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

background-color css

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

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

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

border-color css

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

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

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