Html Css Color HEX #E5116D Ruby

📋 copy color: '#E5116D'

red 229 ◦ green 17 ◦ blue 109

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

Shades of Ruby #E5116D

Tints of Ruby #E5116D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 30.7%

R = 64.51%
G = 4.79%
B = 30.7%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.52

 K value IS 0.10

RGB Variations

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

Color information

#E5116D (or 0xE5116D) is known color: Ruby. HEX triplet: E5, 11 and 6D. RGB value is (229,17,109). Sum of RGB (Red+Green+Blue) = 229+17+109=355 (47% of max value = 765). Red value is 229 (89.84% from 255 or 64.51% from 355); Green value is 17 (7.03% from 255 or 4.79% from 355); Blue value is 109 (42.97% from 255 or 30.70% from 355); Max value from RGB is 229 - color contains mainly: red. Hex color #E5116D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E5116D is #1AEE92. Grayscale: #5A5A5A. Windows color (decimal): -1765011 or 7148005. OLE color: 7148005.

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

Color convert

RGB 229 17 109 -
CMYK 0 0.93 0.52 0.10
HSL 333.96º 0.86% 0.48% -
HSV(B) 333.96º 0.93% 0.9% -
XYZ 35.27 18.16 16.11 -
YUV 90.88 138.24 226.52 -
System Red Green Blue C M Y K H S L
Decimal 229 17 109 0 0.93 0.52 0.10 333.96 0.86 0.48
Hex E5 11 6D 0 5D 34 A 14E 56 30
Octal 345 21 155 0 135 64 12 516 126 60
Binary 11100101 10001 1101101 0 1011101 110100 1010 101001110 1010110 110000

Color Harmonies of #E5116D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5116D

Black with #E5116D

Text Example


Text Example

White with #E5116D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5116D; }

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

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

background-color css

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

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

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

border-color css

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

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

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