Html Css Color HEX #E2116C Ruby

📋 copy color: '#E2116C'

red 226 ◦ green 17 ◦ blue 108

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

Shades of Ruby #E2116C

Tints of Ruby #E2116C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 30.77%

R = 64.39%
G = 4.84%
B = 30.77%

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

#E2116C (or 0xE2116C) is known color: Ruby. HEX triplet: E2, 11 and 6C. RGB value is (226,17,108). Sum of RGB (Red+Green+Blue) = 226+17+108=351 (46% of max value = 765). Red value is 226 (88.67% from 255 or 64.39% from 351); Green value is 17 (7.03% from 255 or 4.84% from 351); Blue value is 108 (42.58% from 255 or 30.77% from 351); Max value from RGB is 226 - color contains mainly: red. Hex color #E2116C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E2116C is #1DEE93. Grayscale: #595959. Windows color (decimal): -1961620 or 7082466. OLE color: 7082466.

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

Color convert

RGB 226 17 108 -
CMYK 0 0.92 0.52 0.11
HSL 333.88º 0.86% 0.48% -
HSV(B) 333.88º 0.92% 0.89% -
XYZ 34.27 17.65 15.79 -
YUV 89.87 138.24 225.1 -
System Red Green Blue C M Y K H S L
Decimal 226 17 108 0 0.92 0.52 0.11 333.88 0.86 0.48
Hex E2 11 6C 0 5C 34 B 14E 56 30
Octal 342 21 154 0 134 64 13 516 126 60
Binary 11100010 10001 1101100 0 1011100 110100 1011 101001110 1010110 110000

Color Harmonies of #E2116C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2116C

Black with #E2116C

Text Example


Text Example

White with #E2116C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2116C; }

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

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

background-color css

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

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

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

border-color css

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

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

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