Html Css Color HEX #E5116C Ruby

📋 copy color: '#E5116C'

red 229 ◦ green 17 ◦ blue 108

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

Shades of Ruby #E5116C

Tints of Ruby #E5116C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 30.51%

R = 64.69%
G = 4.8%
B = 30.51%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.53

 K value IS 0.10

RGB Variations

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

Color information

#E5116C (or 0xE5116C) is known color: Ruby. HEX triplet: E5, 11 and 6C. RGB value is (229,17,108). Sum of RGB (Red+Green+Blue) = 229+17+108=354 (46% of max value = 765). Red value is 229 (89.84% from 255 or 64.69% from 354); Green value is 17 (7.03% from 255 or 4.80% from 354); Blue value is 108 (42.58% from 255 or 30.51% from 354); Max value from RGB is 229 - color contains mainly: red. Hex color #E5116C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E5116C is #1AEE93. Grayscale: #5A5A5A. Windows color (decimal): -1765012 or 7082469. OLE color: 7082469.

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

Color convert

RGB 229 17 108 -
CMYK 0 0.93 0.53 0.10
HSL 334.25º 0.86% 0.48% -
HSV(B) 334.25º 0.93% 0.9% -
XYZ 35.22 18.14 15.83 -
YUV 90.76 137.74 226.6 -
System Red Green Blue C M Y K H S L
Decimal 229 17 108 0 0.93 0.53 0.10 334.25 0.86 0.48
Hex E5 11 6C 0 5D 35 A 14E 56 30
Octal 345 21 154 0 135 65 12 516 126 60
Binary 11100101 10001 1101100 0 1011101 110101 1010 101001110 1010110 110000

Color Harmonies of #E5116C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5116C

Black with #E5116C

Text Example


Text Example

White with #E5116C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5116C; }

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

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

background-color css

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

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

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

border-color css

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

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

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