Html Css Color HEX #E5127D Ruby

📋 copy color: '#E5127D'

red 229 ◦ green 18 ◦ blue 125

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

Shades of Ruby #E5127D

Tints of Ruby #E5127D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 33.6%

R = 61.56%
G = 4.84%
B = 33.6%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.45

 K value IS 0.10

RGB Variations

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

Color information

#E5127D (or 0xE5127D) is known color: Ruby. HEX triplet: E5, 12 and 7D. RGB value is (229,18,125). Sum of RGB (Red+Green+Blue) = 229+18+125=372 (49% of max value = 765). Red value is 229 (89.84% from 255 or 61.56% from 372); Green value is 18 (7.42% from 255 or 4.84% from 372); Blue value is 125 (49.22% from 255 or 33.60% from 372); Max value from RGB is 229 - color contains mainly: red. Hex color #E5127D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E5127D is #1AED82. Grayscale: #5D5D5D. Windows color (decimal): -1764739 or 8196837. OLE color: 8196837.

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

Color convert

RGB 229 18 125 -
CMYK 0 0.92 0.45 0.10
HSL 329.57º 0.85% 0.48% -
HSV(B) 329.57º 0.92% 0.9% -
XYZ 36.23 18.57 21.08 -
YUV 93.29 145.9 224.8 -
System Red Green Blue C M Y K H S L
Decimal 229 18 125 0 0.92 0.45 0.10 329.57 0.85 0.48
Hex E5 12 7D 0 5C 2D A 14A 55 30
Octal 345 22 175 0 134 55 12 512 125 60
Binary 11100101 10010 1111101 0 1011100 101101 1010 101001010 1010101 110000

Color Harmonies of #E5127D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5127D

Black with #E5127D

Text Example


Text Example

White with #E5127D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5127D; }

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

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

background-color css

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

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

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

border-color css

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

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

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