Html Css Color HEX #E2117A Ruby

📋 copy color: '#E2117A'

red 226 ◦ green 17 ◦ blue 122

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

Shades of Ruby #E2117A

Tints of Ruby #E2117A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 33.42%

R = 61.92%
G = 4.66%
B = 33.42%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.46

 K value IS 0.11

RGB Variations

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

Color information

#E2117A (or 0xE2117A) is known color: Ruby. HEX triplet: E2, 11 and 7A. RGB value is (226,17,122). Sum of RGB (Red+Green+Blue) = 226+17+122=365 (48% of max value = 765). Red value is 226 (88.67% from 255 or 61.92% from 365); Green value is 17 (7.03% from 255 or 4.66% from 365); Blue value is 122 (48.05% from 255 or 33.42% from 365); Max value from RGB is 226 - color contains mainly: red. Hex color #E2117A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E2117A is #1DEE85. Grayscale: #5B5B5B. Windows color (decimal): -1961606 or 7999970. OLE color: 7999970.

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

Color convert

RGB 226 17 122 -
CMYK 0 0.92 0.46 0.11
HSL 329.86º 0.86% 0.48% -
HSV(B) 329.86º 0.92% 0.89% -
XYZ 35.08 17.97 20.03 -
YUV 91.46 145.24 223.96 -
System Red Green Blue C M Y K H S L
Decimal 226 17 122 0 0.92 0.46 0.11 329.86 0.86 0.48
Hex E2 11 7A 0 5C 2E B 14A 56 30
Octal 342 21 172 0 134 56 13 512 126 60
Binary 11100010 10001 1111010 0 1011100 101110 1011 101001010 1010110 110000

Color Harmonies of #E2117A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2117A

Black with #E2117A

Text Example


Text Example

White with #E2117A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2117A; }

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

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

background-color css

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

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

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

border-color css

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

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

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