Html Css Color HEX #E21271 Ruby

📋 copy color: '#E21271'

red 226 ◦ green 18 ◦ blue 113

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

Shades of Ruby #E21271

Tints of Ruby #E21271

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.04%

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

R = 63.31%
G = 5.04%
B = 31.65%

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

#E21271 (or 0xE21271) is known color: Ruby. HEX triplet: E2, 12 and 71. RGB value is (226,18,113). Sum of RGB (Red+Green+Blue) = 226+18+113=357 (47% of max value = 765). Red value is 226 (88.67% from 255 or 63.31% from 357); Green value is 18 (7.42% from 255 or 5.04% from 357); Blue value is 113 (44.53% from 255 or 31.65% from 357); Max value from RGB is 226 - color contains mainly: red. Hex color #E21271 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E21271 is #1DED8E. Grayscale: #5A5A5A. Windows color (decimal): -1961359 or 7410402. OLE color: 7410402.

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

Color convert

RGB 226 18 113 -
CMYK 0 0.92 0.5 0.11
HSL 332.6º 0.85% 0.48% -
HSV(B) 332.6º 0.92% 0.89% -
XYZ 34.56 17.79 17.24 -
YUV 91.02 140.41 224.28 -
System Red Green Blue C M Y K H S L
Decimal 226 18 113 0 0.92 0.5 0.11 332.6 0.85 0.48
Hex E2 12 71 0 5C 32 B 14D 55 30
Octal 342 22 161 0 134 62 13 515 125 60
Binary 11100010 10010 1110001 0 1011100 110010 1011 101001101 1010101 110000

Color Harmonies of #E21271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E21271

Black with #E21271

Text Example


Text Example

White with #E21271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E21271; }

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

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

background-color css

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

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

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

border-color css

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

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

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