Html Css Color HEX #E5116F Ruby

📋 copy color: '#E5116F'

red 229 ◦ green 17 ◦ blue 111

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

Shades of Ruby #E5116F

Tints of Ruby #E5116F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 31.09%

R = 64.15%
G = 4.76%
B = 31.09%

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

#E5116F (or 0xE5116F) is known color: Ruby. HEX triplet: E5, 11 and 6F. RGB value is (229,17,111). Sum of RGB (Red+Green+Blue) = 229+17+111=357 (47% of max value = 765). Red value is 229 (89.84% from 255 or 64.15% from 357); Green value is 17 (7.03% from 255 or 4.76% from 357); Blue value is 111 (43.75% from 255 or 31.09% from 357); Max value from RGB is 229 - color contains mainly: red. Hex color #E5116F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E5116F is #1AEE90. Grayscale: #5A5A5A. Windows color (decimal): -1765009 or 7279077. OLE color: 7279077.

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

Color convert

RGB 229 17 111 -
CMYK 0 0.93 0.52 0.10
HSL 333.4º 0.86% 0.48% -
HSV(B) 333.4º 0.93% 0.9% -
XYZ 35.38 18.21 16.69 -
YUV 91.1 139.24 226.36 -
System Red Green Blue C M Y K H S L
Decimal 229 17 111 0 0.93 0.52 0.10 333.4 0.86 0.48
Hex E5 11 6F 0 5D 34 A 14D 56 30
Octal 345 21 157 0 135 64 12 515 126 60
Binary 11100101 10001 1101111 0 1011101 110100 1010 101001101 1010110 110000

Color Harmonies of #E5116F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5116F

Black with #E5116F

Text Example


Text Example

White with #E5116F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5116F; }

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

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

background-color css

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

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

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

border-color css

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

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

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