Html Css Color HEX #E1105D Ruby

📋 copy color: '#E1105D'

red 225 ◦ green 16 ◦ blue 93

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

Shades of Ruby #E1105D

Tints of Ruby #E1105D

RGB

 RED value IS 225 (88.28% from 255) = 67.37%

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

 BLUE value IS 93 (36.72% from 255) = 27.84%

R = 67.37%
G = 4.79%
B = 27.84%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.59

 K value IS 0.12

RGB Variations

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

Color information

#E1105D (or 0xE1105D) is known color: Ruby. HEX triplet: E1, 10 and 5D. RGB value is (225,16,93). Sum of RGB (Red+Green+Blue) = 225+16+93=334 (44% of max value = 765). Red value is 225 (88.28% from 255 or 67.37% from 334); Green value is 16 (6.64% from 255 or 4.79% from 334); Blue value is 93 (36.72% from 255 or 27.84% from 334); Max value from RGB is 225 - color contains mainly: red. Hex color #E1105D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E1105D is #1EEFA2. Grayscale: #575757. Windows color (decimal): -2027427 or 6099169. OLE color: 6099169.

HSL color Cylindrical-coordinate representation of color #E1105D: hue angle of 337.89º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E1105D is Cyan = 0, Magento = 0.93, Yellow = 0.59 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 16 93 -
CMYK 0 0.93 0.59 0.12
HSL 337.89º 0.87% 0.47% -
HSV(B) 337.89º 0.93% 0.88% -
XYZ 33.21 17.17 11.92 -
YUV 87.27 131.24 226.24 -
System Red Green Blue C M Y K H S L
Decimal 225 16 93 0 0.93 0.59 0.12 337.89 0.87 0.47
Hex E1 10 5D 0 5D 3B C 152 57 2F
Octal 341 20 135 0 135 73 14 522 127 57
Binary 11100001 10000 1011101 0 1011101 111011 1100 101010010 1010111 101111

Color Harmonies of #E1105D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1105D

Black with #E1105D

Text Example


Text Example

White with #E1105D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1105D; }

 p { color: rgb(225,16,93); }

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

background-color css

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

 a { background-color: rgb(225,16,93); }

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

border-color css

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

 span { border-color: rgb(225,16,93); }

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