Html Css Color HEX #E5117A Ruby

📋 copy color: '#E5117A'

red 229 ◦ green 17 ◦ blue 122

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

Shades of Ruby #E5117A

Tints of Ruby #E5117A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 33.15%

R = 62.23%
G = 4.62%
B = 33.15%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.47

 K value IS 0.10

RGB Variations

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

Color information

#E5117A (or 0xE5117A) is known color: Ruby. HEX triplet: E5, 11 and 7A. RGB value is (229,17,122). Sum of RGB (Red+Green+Blue) = 229+17+122=368 (48% of max value = 765). Red value is 229 (89.84% from 255 or 62.23% from 368); Green value is 17 (7.03% from 255 or 4.62% from 368); Blue value is 122 (48.05% from 255 or 33.15% from 368); Max value from RGB is 229 - color contains mainly: red. Hex color #E5117A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E5117A is #1AEE85. Grayscale: #5C5C5C. Windows color (decimal): -1764998 or 7999973. OLE color: 7999973.

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

Color convert

RGB 229 17 122 -
CMYK 0 0.93 0.47 0.10
HSL 330.28º 0.86% 0.48% -
HSV(B) 330.28º 0.93% 0.9% -
XYZ 36.03 18.46 20.08 -
YUV 92.36 144.74 225.46 -
System Red Green Blue C M Y K H S L
Decimal 229 17 122 0 0.93 0.47 0.10 330.28 0.86 0.48
Hex E5 11 7A 0 5D 2F A 14A 56 30
Octal 345 21 172 0 135 57 12 512 126 60
Binary 11100101 10001 1111010 0 1011101 101111 1010 101001010 1010110 110000

Color Harmonies of #E5117A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5117A

Black with #E5117A

Text Example


Text Example

White with #E5117A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5117A; }

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

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

background-color css

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

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

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

border-color css

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

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

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