Html Css Color HEX #E5127C Ruby

📋 copy color: '#E5127C'

red 229 ◦ green 18 ◦ blue 124

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

Shades of Ruby #E5127C

Tints of Ruby #E5127C

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.85%

 BLUE value IS 124 (48.83% from 255) = 33.42%

R = 61.73%
G = 4.85%
B = 33.42%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.46

 K value IS 0.10

RGB Variations

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

Color information

#E5127C (or 0xE5127C) is known color: Ruby. HEX triplet: E5, 12 and 7C. RGB value is (229,18,124). Sum of RGB (Red+Green+Blue) = 229+18+124=371 (49% of max value = 765). Red value is 229 (89.84% from 255 or 61.73% from 371); Green value is 18 (7.42% from 255 or 4.85% from 371); Blue value is 124 (48.83% from 255 or 33.42% from 371); Max value from RGB is 229 - color contains mainly: red. Hex color #E5127C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E5127C is #1AED83. Grayscale: #5C5C5C. Windows color (decimal): -1764740 or 8131301. OLE color: 8131301.

HSL color Cylindrical-coordinate representation of color #E5127C: hue angle of 329.86º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E5127C is Cyan = 0, Magento = 0.92, Yellow = 0.46 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 18 124 -
CMYK 0 0.92 0.46 0.10
HSL 329.86º 0.85% 0.48% -
HSV(B) 329.86º 0.92% 0.9% -
XYZ 36.17 18.55 20.74 -
YUV 93.17 145.4 224.88 -
System Red Green Blue C M Y K H S L
Decimal 229 18 124 0 0.92 0.46 0.10 329.86 0.85 0.48
Hex E5 12 7C 0 5C 2E A 14A 55 30
Octal 345 22 174 0 134 56 12 512 125 60
Binary 11100101 10010 1111100 0 1011100 101110 1010 101001010 1010101 110000

Color Harmonies of #E5127C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5127C

Black with #E5127C

Text Example


Text Example

White with #E5127C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5127C; }

 p { color: rgb(229,18,124); }

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

background-color css

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

 a { background-color: rgb(229,18,124); }

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

border-color css

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

 span { border-color: rgb(229,18,124); }

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