Html Css Color HEX #E5116B Ruby

📋 copy color: '#E5116B'

red 229 ◦ green 17 ◦ blue 107

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

Shades of Ruby #E5116B

Tints of Ruby #E5116B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 30.31%

R = 64.87%
G = 4.82%
B = 30.31%

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

#E5116B (or 0xE5116B) is known color: Ruby. HEX triplet: E5, 11 and 6B. RGB value is (229,17,107). Sum of RGB (Red+Green+Blue) = 229+17+107=353 (46% of max value = 765). Red value is 229 (89.84% from 255 or 64.87% from 353); Green value is 17 (7.03% from 255 or 4.82% from 353); Blue value is 107 (42.19% from 255 or 30.31% from 353); Max value from RGB is 229 - color contains mainly: red. Hex color #E5116B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E5116B is #1AEE94. Grayscale: #5A5A5A. Windows color (decimal): -1765013 or 7016933. OLE color: 7016933.

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

Color convert

RGB 229 17 107 -
CMYK 0 0.93 0.53 0.10
HSL 334.53º 0.86% 0.48% -
HSV(B) 334.53º 0.93% 0.9% -
XYZ 35.17 18.12 15.55 -
YUV 90.65 137.24 226.68 -
System Red Green Blue C M Y K H S L
Decimal 229 17 107 0 0.93 0.53 0.10 334.53 0.86 0.48
Hex E5 11 6B 0 5D 35 A 14F 56 30
Octal 345 21 153 0 135 65 12 517 126 60
Binary 11100101 10001 1101011 0 1011101 110101 1010 101001111 1010110 110000

Color Harmonies of #E5116B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5116B

Black with #E5116B

Text Example


Text Example

White with #E5116B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5116B; }

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

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

background-color css

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

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

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

border-color css

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

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

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