Html Css Color HEX #E21371 Ruby

📋 copy color: '#E21371'

red 226 ◦ green 19 ◦ blue 113

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

Shades of Ruby #E21371

Tints of Ruby #E21371

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.31%

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

R = 63.13%
G = 5.31%
B = 31.56%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.5

 K value IS 0.11

RGB Variations

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

Color information

#E21371 (or 0xE21371) is known color: Ruby. HEX triplet: E2, 13 and 71. RGB value is (226,19,113). Sum of RGB (Red+Green+Blue) = 226+19+113=358 (47% of max value = 765). Red value is 226 (88.67% from 255 or 63.13% from 358); Green value is 19 (7.81% from 255 or 5.31% from 358); Blue value is 113 (44.53% from 255 or 31.56% from 358); Max value from RGB is 226 - color contains mainly: red. Hex color #E21371 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E21371 is #1DEC8E. Grayscale: #5B5B5B. Windows color (decimal): -1961103 or 7410658. OLE color: 7410658.

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

Color convert

RGB 226 19 113 -
CMYK 0 0.92 0.5 0.11
HSL 332.75º 0.84% 0.48% -
HSV(B) 332.75º 0.92% 0.89% -
XYZ 34.58 17.83 17.24 -
YUV 91.61 140.08 223.86 -
System Red Green Blue C M Y K H S L
Decimal 226 19 113 0 0.92 0.5 0.11 332.75 0.84 0.48
Hex E2 13 71 0 5C 32 B 14D 54 30
Octal 342 23 161 0 134 62 13 515 124 60
Binary 11100010 10011 1110001 0 1011100 110010 1011 101001101 1010100 110000

Color Harmonies of #E21371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E21371

Black with #E21371

Text Example


Text Example

White with #E21371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E21371; }

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

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

background-color css

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

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

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

border-color css

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

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

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