Html Css Color HEX #E2116A Ruby

📋 copy color: '#E2116A'

red 226 ◦ green 17 ◦ blue 106

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

Shades of Ruby #E2116A

Tints of Ruby #E2116A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 30.37%

R = 64.76%
G = 4.87%
B = 30.37%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.53

 K value IS 0.11

RGB Variations

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

Color information

#E2116A (or 0xE2116A) is known color: Ruby. HEX triplet: E2, 11 and 6A. RGB value is (226,17,106). Sum of RGB (Red+Green+Blue) = 226+17+106=349 (46% of max value = 765). Red value is 226 (88.67% from 255 or 64.76% from 349); Green value is 17 (7.03% from 255 or 4.87% from 349); Blue value is 106 (41.80% from 255 or 30.37% from 349); Max value from RGB is 226 - color contains mainly: red. Hex color #E2116A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E2116A is #1DEE95. Grayscale: #595959. Windows color (decimal): -1961622 or 6951394. OLE color: 6951394.

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

Color convert

RGB 226 17 106 -
CMYK 0 0.92 0.53 0.11
HSL 334.45º 0.86% 0.48% -
HSV(B) 334.45º 0.92% 0.89% -
XYZ 34.17 17.61 15.23 -
YUV 89.64 137.24 225.26 -
System Red Green Blue C M Y K H S L
Decimal 226 17 106 0 0.92 0.53 0.11 334.45 0.86 0.48
Hex E2 11 6A 0 5C 35 B 14E 56 30
Octal 342 21 152 0 134 65 13 516 126 60
Binary 11100010 10001 1101010 0 1011100 110101 1011 101001110 1010110 110000

Color Harmonies of #E2116A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2116A

Black with #E2116A

Text Example


Text Example

White with #E2116A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2116A; }

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

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

background-color css

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

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

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

border-color css

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

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

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