Html Css Color HEX #E21160 Ruby

📋 copy color: '#E21160'

red 226 ◦ green 17 ◦ blue 96

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

Shades of Ruby #E21160

Tints of Ruby #E21160

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.01%

 BLUE value IS 96 (37.89% from 255) = 28.32%

R = 66.67%
G = 5.01%
B = 28.32%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.58

 K value IS 0.11

RGB Variations

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

Color information

#E21160 (or 0xE21160) is known color: Ruby. HEX triplet: E2, 11 and 60. RGB value is (226,17,96). Sum of RGB (Red+Green+Blue) = 226+17+96=339 (44% of max value = 765). Red value is 226 (88.67% from 255 or 66.67% from 339); Green value is 17 (7.03% from 255 or 5.01% from 339); Blue value is 96 (37.89% from 255 or 28.32% from 339); Max value from RGB is 226 - color contains mainly: red. Hex color #E21160 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E21160 is #1DEE9F. Grayscale: #585858. Windows color (decimal): -1961632 or 6296034. OLE color: 6296034.

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

Color convert

RGB 226 17 96 -
CMYK 0 0.92 0.58 0.11
HSL 337.32º 0.86% 0.48% -
HSV(B) 337.32º 0.92% 0.89% -
XYZ 33.68 17.41 12.65 -
YUV 88.5 132.24 226.08 -
System Red Green Blue C M Y K H S L
Decimal 226 17 96 0 0.92 0.58 0.11 337.32 0.86 0.48
Hex E2 11 60 0 5C 3A B 151 56 30
Octal 342 21 140 0 134 72 13 521 126 60
Binary 11100010 10001 1100000 0 1011100 111010 1011 101010001 1010110 110000

Color Harmonies of #E21160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E21160

Black with #E21160

Text Example


Text Example

White with #E21160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E21160; }

 p { color: rgb(226,17,96); }

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

background-color css

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

 a { background-color: rgb(226,17,96); }

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

border-color css

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

 span { border-color: rgb(226,17,96); }

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