Html Css Color HEX #E2116D Ruby

📋 copy color: '#E2116D'

red 226 ◦ green 17 ◦ blue 109

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

Shades of Ruby #E2116D

Tints of Ruby #E2116D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 30.97%

R = 64.2%
G = 4.83%
B = 30.97%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.52

 K value IS 0.11

RGB Variations

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

Color information

#E2116D (or 0xE2116D) is known color: Ruby. HEX triplet: E2, 11 and 6D. RGB value is (226,17,109). Sum of RGB (Red+Green+Blue) = 226+17+109=352 (46% of max value = 765). Red value is 226 (88.67% from 255 or 64.20% from 352); Green value is 17 (7.03% from 255 or 4.83% from 352); Blue value is 109 (42.97% from 255 or 30.97% from 352); Max value from RGB is 226 - color contains mainly: red. Hex color #E2116D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E2116D is #1DEE92. Grayscale: #595959. Windows color (decimal): -1961619 or 7148002. OLE color: 7148002.

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

Color convert

RGB 226 17 109 -
CMYK 0 0.92 0.52 0.11
HSL 333.59º 0.86% 0.48% -
HSV(B) 333.59º 0.92% 0.89% -
XYZ 34.32 17.67 16.07 -
YUV 89.98 138.74 225.02 -
System Red Green Blue C M Y K H S L
Decimal 226 17 109 0 0.92 0.52 0.11 333.59 0.86 0.48
Hex E2 11 6D 0 5C 34 B 14E 56 30
Octal 342 21 155 0 134 64 13 516 126 60
Binary 11100010 10001 1101101 0 1011100 110100 1011 101001110 1010110 110000

Color Harmonies of #E2116D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2116D

Black with #E2116D

Text Example


Text Example

White with #E2116D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2116D; }

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

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

background-color css

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

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

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

border-color css

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

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

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