Html Css Color HEX #E5115E Ruby

📋 copy color: '#E5115E'

red 229 ◦ green 17 ◦ blue 94

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

Shades of Ruby #E5115E

Tints of Ruby #E5115E

RGB

 RED value IS 229 (89.84% from 255) = 67.35%

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

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

R = 67.35%
G = 5%
B = 27.65%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.59

 K value IS 0.10

RGB Variations

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

Color information

#E5115E (or 0xE5115E) is known color: Ruby. HEX triplet: E5, 11 and 5E. RGB value is (229,17,94). Sum of RGB (Red+Green+Blue) = 229+17+94=340 (45% of max value = 765). Red value is 229 (89.84% from 255 or 67.35% from 340); Green value is 17 (7.03% from 255 or 5% from 340); Blue value is 94 (37.11% from 255 or 27.65% from 340); Max value from RGB is 229 - color contains mainly: red. Hex color #E5115E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E5115E is #1AEEA1. Grayscale: #595959. Windows color (decimal): -1765026 or 6164965. OLE color: 6164965.

HSL color Cylindrical-coordinate representation of color #E5115E: hue angle of 338.21º degrees, saturation: 0.86, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E5115E is Cyan = 0, Magento = 0.93, Yellow = 0.59 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 17 94 -
CMYK 0 0.93 0.59 0.10
HSL 338.21º 0.86% 0.48% -
HSV(B) 338.21º 0.93% 0.9% -
XYZ 34.53 17.87 12.22 -
YUV 89.17 130.74 227.74 -
System Red Green Blue C M Y K H S L
Decimal 229 17 94 0 0.93 0.59 0.10 338.21 0.86 0.48
Hex E5 11 5E 0 5D 3B A 152 56 30
Octal 345 21 136 0 135 73 12 522 126 60
Binary 11100101 10001 1011110 0 1011101 111011 1010 101010010 1010110 110000

Color Harmonies of #E5115E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5115E

Black with #E5115E

Text Example


Text Example

White with #E5115E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5115E; }

 p { color: rgb(229,17,94); }

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

background-color css

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

 a { background-color: rgb(229,17,94); }

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

border-color css

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

 span { border-color: rgb(229,17,94); }

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