Html Css Color HEX #E2106A Ruby

📋 copy color: '#E2106A'

red 226 ◦ green 16 ◦ blue 106

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

Shades of Ruby #E2106A

Tints of Ruby #E2106A

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.6%

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

R = 64.94%
G = 4.6%
B = 30.46%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.53

 K value IS 0.11

RGB Variations

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

Color information

#E2106A (or 0xE2106A) is known color: Ruby. HEX triplet: E2, 10 and 6A. RGB value is (226,16,106). Sum of RGB (Red+Green+Blue) = 226+16+106=348 (46% of max value = 765). Red value is 226 (88.67% from 255 or 64.94% from 348); Green value is 16 (6.64% from 255 or 4.60% from 348); Blue value is 106 (41.80% from 255 or 30.46% from 348); Max value from RGB is 226 - color contains mainly: red. Hex color #E2106A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E2106A is #1DEF95. Grayscale: #585858. Windows color (decimal): -1961878 or 6951138. OLE color: 6951138.

HSL color Cylindrical-coordinate representation of color #E2106A: hue angle of 334.29º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E2106A is Cyan = 0, Magento = 0.93, Yellow = 0.53 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 16 106 -
CMYK 0 0.93 0.53 0.11
HSL 334.29º 0.87% 0.47% -
HSV(B) 334.29º 0.93% 0.89% -
XYZ 34.15 17.58 15.23 -
YUV 89.05 137.57 225.68 -
System Red Green Blue C M Y K H S L
Decimal 226 16 106 0 0.93 0.53 0.11 334.29 0.87 0.47
Hex E2 10 6A 0 5D 35 B 14E 57 2F
Octal 342 20 152 0 135 65 13 516 127 57
Binary 11100010 10000 1101010 0 1011101 110101 1011 101001110 1010111 101111

Color Harmonies of #E2106A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2106A

Black with #E2106A

Text Example


Text Example

White with #E2106A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2106A; }

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

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

background-color css

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

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

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

border-color css

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

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

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