Html Css Color HEX #E2105E Ruby

📋 copy color: '#E2105E'

red 226 ◦ green 16 ◦ blue 94

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

Shades of Ruby #E2105E

Tints of Ruby #E2105E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 27.98%

R = 67.26%
G = 4.76%
B = 27.98%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.58

 K value IS 0.11

RGB Variations

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

Color information

#E2105E (or 0xE2105E) is known color: Ruby. HEX triplet: E2, 10 and 5E. RGB value is (226,16,94). Sum of RGB (Red+Green+Blue) = 226+16+94=336 (44% of max value = 765). Red value is 226 (88.67% from 255 or 67.26% from 336); Green value is 16 (6.64% from 255 or 4.76% from 336); Blue value is 94 (37.11% from 255 or 27.98% from 336); Max value from RGB is 226 - color contains mainly: red. Hex color #E2105E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E2105E is #1DEFA1. Grayscale: #575757. Windows color (decimal): -1961890 or 6164706. OLE color: 6164706.

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

Color convert

RGB 226 16 94 -
CMYK 0 0.93 0.58 0.11
HSL 337.71º 0.87% 0.47% -
HSV(B) 337.71º 0.93% 0.89% -
XYZ 33.57 17.35 12.17 -
YUV 87.68 131.57 226.66 -
System Red Green Blue C M Y K H S L
Decimal 226 16 94 0 0.93 0.58 0.11 337.71 0.87 0.47
Hex E2 10 5E 0 5D 3A B 152 57 2F
Octal 342 20 136 0 135 72 13 522 127 57
Binary 11100010 10000 1011110 0 1011101 111010 1011 101010010 1010111 101111

Color Harmonies of #E2105E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2105E

Black with #E2105E

Text Example


Text Example

White with #E2105E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2105E; }

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

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

background-color css

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

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

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

border-color css

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

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

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