Html Css Color HEX #E2107A Ruby

📋 copy color: '#E2107A'

red 226 ◦ green 16 ◦ blue 122

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

Shades of Ruby #E2107A

Tints of Ruby #E2107A

RGB

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

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

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

R = 62.09%
G = 4.4%
B = 33.52%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.46

 K value IS 0.11

RGB Variations

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

Color information

#E2107A (or 0xE2107A) is known color: Ruby. HEX triplet: E2, 10 and 7A. RGB value is (226,16,122). Sum of RGB (Red+Green+Blue) = 226+16+122=364 (48% of max value = 765). Red value is 226 (88.67% from 255 or 62.09% from 364); Green value is 16 (6.64% from 255 or 4.40% from 364); Blue value is 122 (48.05% from 255 or 33.52% from 364); Max value from RGB is 226 - color contains mainly: red. Hex color #E2107A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E2107A is #1DEF85. Grayscale: #5A5A5A. Windows color (decimal): -1961862 or 7999714. OLE color: 7999714.

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

Color convert

RGB 226 16 122 -
CMYK 0 0.93 0.46 0.11
HSL 329.71º 0.87% 0.47% -
HSV(B) 329.71º 0.93% 0.89% -
XYZ 35.06 17.94 20.03 -
YUV 90.87 145.57 224.38 -
System Red Green Blue C M Y K H S L
Decimal 226 16 122 0 0.93 0.46 0.11 329.71 0.87 0.47
Hex E2 10 7A 0 5D 2E B 14A 57 2F
Octal 342 20 172 0 135 56 13 512 127 57
Binary 11100010 10000 1111010 0 1011101 101110 1011 101001010 1010111 101111

Color Harmonies of #E2107A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2107A

Black with #E2107A

Text Example


Text Example

White with #E2107A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2107A; }

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

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

background-color css

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

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

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

border-color css

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

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

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