Html Css Color HEX #E2105F Ruby

📋 copy color: '#E2105F'

red 226 ◦ green 16 ◦ blue 95

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

Shades of Ruby #E2105F

Tints of Ruby #E2105F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 28.19%

R = 67.06%
G = 4.75%
B = 28.19%

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

#E2105F (or 0xE2105F) is known color: Ruby. HEX triplet: E2, 10 and 5F. RGB value is (226,16,95). Sum of RGB (Red+Green+Blue) = 226+16+95=337 (44% of max value = 765). Red value is 226 (88.67% from 255 or 67.06% from 337); Green value is 16 (6.64% from 255 or 4.75% from 337); Blue value is 95 (37.5% from 255 or 28.19% from 337); Max value from RGB is 226 - color contains mainly: red. Hex color #E2105F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E2105F is #1DEFA0. Grayscale: #575757. Windows color (decimal): -1961889 or 6230242. OLE color: 6230242.

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

Color convert

RGB 226 16 95 -
CMYK 0 0.93 0.58 0.11
HSL 337.43º 0.87% 0.47% -
HSV(B) 337.43º 0.93% 0.89% -
XYZ 33.61 17.37 12.41 -
YUV 87.8 132.07 226.58 -
System Red Green Blue C M Y K H S L
Decimal 226 16 95 0 0.93 0.58 0.11 337.43 0.87 0.47
Hex E2 10 5F 0 5D 3A B 151 57 2F
Octal 342 20 137 0 135 72 13 521 127 57
Binary 11100010 10000 1011111 0 1011101 111010 1011 101010001 1010111 101111

Color Harmonies of #E2105F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2105F

Black with #E2105F

Text Example


Text Example

White with #E2105F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2105F; }

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

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

background-color css

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

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

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

border-color css

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

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

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