Html Css Color HEX #E2116E Ruby

📋 copy color: '#E2116E'

red 226 ◦ green 17 ◦ blue 110

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

Shades of Ruby #E2116E

Tints of Ruby #E2116E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 31.16%

R = 64.02%
G = 4.82%
B = 31.16%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.51

 K value IS 0.11

RGB Variations

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

Color information

#E2116E (or 0xE2116E) is known color: Ruby. HEX triplet: E2, 11 and 6E. RGB value is (226,17,110). Sum of RGB (Red+Green+Blue) = 226+17+110=353 (46% of max value = 765). Red value is 226 (88.67% from 255 or 64.02% from 353); Green value is 17 (7.03% from 255 or 4.82% from 353); Blue value is 110 (43.36% from 255 or 31.16% from 353); Max value from RGB is 226 - color contains mainly: red. Hex color #E2116E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E2116E is #1DEE91. Grayscale: #595959. Windows color (decimal): -1961618 or 7213538. OLE color: 7213538.

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

Color convert

RGB 226 17 110 -
CMYK 0 0.92 0.51 0.11
HSL 333.3º 0.86% 0.48% -
HSV(B) 333.3º 0.92% 0.89% -
XYZ 34.38 17.7 16.36 -
YUV 90.09 139.24 224.94 -
System Red Green Blue C M Y K H S L
Decimal 226 17 110 0 0.92 0.51 0.11 333.3 0.86 0.48
Hex E2 11 6E 0 5C 33 B 14D 56 30
Octal 342 21 156 0 134 63 13 515 126 60
Binary 11100010 10001 1101110 0 1011100 110011 1011 101001101 1010110 110000

Color Harmonies of #E2116E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2116E

Black with #E2116E

Text Example


Text Example

White with #E2116E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2116E; }

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

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

background-color css

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

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

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

border-color css

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

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

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