Html Css Color HEX #E2106D Ruby

📋 copy color: '#E2106D'

red 226 ◦ green 16 ◦ blue 109

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

Shades of Ruby #E2106D

Tints of Ruby #E2106D

RGB

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

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

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

R = 64.39%
G = 4.56%
B = 31.05%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.52

 K value IS 0.11

RGB Variations

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

Color information

#E2106D (or 0xE2106D) is known color: Ruby. HEX triplet: E2, 10 and 6D. RGB value is (226,16,109). Sum of RGB (Red+Green+Blue) = 226+16+109=351 (46% of max value = 765). Red value is 226 (88.67% from 255 or 64.39% from 351); Green value is 16 (6.64% from 255 or 4.56% from 351); Blue value is 109 (42.97% from 255 or 31.05% from 351); Max value from RGB is 226 - color contains mainly: red. Hex color #E2106D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E2106D is #1DEF92. Grayscale: #595959. Windows color (decimal): -1961875 or 7147746. OLE color: 7147746.

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

Color convert

RGB 226 16 109 -
CMYK 0 0.93 0.52 0.11
HSL 333.43º 0.87% 0.47% -
HSV(B) 333.43º 0.93% 0.89% -
XYZ 34.31 17.64 16.07 -
YUV 89.39 139.07 225.44 -
System Red Green Blue C M Y K H S L
Decimal 226 16 109 0 0.93 0.52 0.11 333.43 0.87 0.47
Hex E2 10 6D 0 5D 34 B 14D 57 2F
Octal 342 20 155 0 135 64 13 515 127 57
Binary 11100010 10000 1101101 0 1011101 110100 1011 101001101 1010111 101111

Color Harmonies of #E2106D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2106D

Black with #E2106D

Text Example


Text Example

White with #E2106D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2106D; }

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

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

background-color css

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

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

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

border-color css

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

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

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