Html Css Color HEX #E2105B Ruby

📋 copy color: '#E2105B'

red 226 ◦ green 16 ◦ blue 91

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

Shades of Ruby #E2105B

Tints of Ruby #E2105B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 27.33%

R = 67.87%
G = 4.8%
B = 27.33%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.60

 K value IS 0.11

RGB Variations

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

Color information

#E2105B (or 0xE2105B) is known color: Ruby. HEX triplet: E2, 10 and 5B. RGB value is (226,16,91). Sum of RGB (Red+Green+Blue) = 226+16+91=333 (44% of max value = 765). Red value is 226 (88.67% from 255 or 67.87% from 333); Green value is 16 (6.64% from 255 or 4.80% from 333); Blue value is 91 (35.94% from 255 or 27.33% from 333); Max value from RGB is 226 - color contains mainly: red. Hex color #E2105B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E2105B is #1DEFA4. Grayscale: #575757. Windows color (decimal): -1961893 or 5968098. OLE color: 5968098.

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

Color convert

RGB 226 16 91 -
CMYK 0 0.93 0.60 0.11
HSL 338.57º 0.87% 0.47% -
HSV(B) 338.57º 0.93% 0.89% -
XYZ 33.44 17.29 11.47 -
YUV 87.34 130.07 226.9 -
System Red Green Blue C M Y K H S L
Decimal 226 16 91 0 0.93 0.60 0.11 338.57 0.87 0.47
Hex E2 10 5B 0 5D 3C B 153 57 2F
Octal 342 20 133 0 135 74 13 523 127 57
Binary 11100010 10000 1011011 0 1011101 111100 1011 101010011 1010111 101111

Color Harmonies of #E2105B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2105B

Black with #E2105B

Text Example


Text Example

White with #E2105B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2105B; }

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

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

background-color css

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

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

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

border-color css

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

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

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