Html Css Color HEX #E1115B Ruby

📋 copy color: '#E1115B'

red 225 ◦ green 17 ◦ blue 91

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

Shades of Ruby #E1115B

Tints of Ruby #E1115B

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.11%

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

R = 67.57%
G = 5.11%
B = 27.33%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.60

 K value IS 0.12

RGB Variations

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

Color information

#E1115B (or 0xE1115B) is known color: Ruby. HEX triplet: E1, 11 and 5B. RGB value is (225,17,91). Sum of RGB (Red+Green+Blue) = 225+17+91=333 (44% of max value = 765). Red value is 225 (88.28% from 255 or 67.57% from 333); Green value is 17 (7.03% from 255 or 5.11% from 333); Blue value is 91 (35.94% from 255 or 27.33% from 333); Max value from RGB is 225 - color contains mainly: red. Hex color #E1115B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E1115B is #1EEEA4. Grayscale: #575757. Windows color (decimal): -2027173 or 5968353. OLE color: 5968353.

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

Color convert

RGB 225 17 91 -
CMYK 0 0.92 0.60 0.12
HSL 338.65º 0.86% 0.47% -
HSV(B) 338.65º 0.92% 0.88% -
XYZ 33.14 17.16 11.46 -
YUV 87.63 129.91 225.98 -
System Red Green Blue C M Y K H S L
Decimal 225 17 91 0 0.92 0.60 0.12 338.65 0.86 0.47
Hex E1 11 5B 0 5C 3C C 153 56 2F
Octal 341 21 133 0 134 74 14 523 126 57
Binary 11100001 10001 1011011 0 1011100 111100 1100 101010011 1010110 101111

Color Harmonies of #E1115B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1115B

Black with #E1115B

Text Example


Text Example

White with #E1115B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1115B; }

 p { color: rgb(225,17,91); }

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

background-color css

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

 a { background-color: rgb(225,17,91); }

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

border-color css

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

 span { border-color: rgb(225,17,91); }

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