Html Css Color HEX #E5127A Ruby

📋 copy color: '#E5127A'

red 229 ◦ green 18 ◦ blue 122

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

Shades of Ruby #E5127A

Tints of Ruby #E5127A

RGB

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

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

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

R = 62.06%
G = 4.88%
B = 33.06%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.47

 K value IS 0.10

RGB Variations

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

Color information

#E5127A (or 0xE5127A) is known color: Ruby. HEX triplet: E5, 12 and 7A. RGB value is (229,18,122). Sum of RGB (Red+Green+Blue) = 229+18+122=369 (48% of max value = 765). Red value is 229 (89.84% from 255 or 62.06% from 369); Green value is 18 (7.42% from 255 or 4.88% from 369); Blue value is 122 (48.05% from 255 or 33.06% from 369); Max value from RGB is 229 - color contains mainly: red. Hex color #E5127A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E5127A is #1AED85. Grayscale: #5C5C5C. Windows color (decimal): -1764742 or 8000229. OLE color: 8000229.

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

Color convert

RGB 229 18 122 -
CMYK 0 0.92 0.47 0.10
HSL 330.43º 0.85% 0.48% -
HSV(B) 330.43º 0.92% 0.9% -
XYZ 36.04 18.5 20.08 -
YUV 92.95 144.4 225.04 -
System Red Green Blue C M Y K H S L
Decimal 229 18 122 0 0.92 0.47 0.10 330.43 0.85 0.48
Hex E5 12 7A 0 5C 2F A 14A 55 30
Octal 345 22 172 0 134 57 12 512 125 60
Binary 11100101 10010 1111010 0 1011100 101111 1010 101001010 1010101 110000

Color Harmonies of #E5127A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5127A

Black with #E5127A

Text Example


Text Example

White with #E5127A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5127A; }

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

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

background-color css

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

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

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

border-color css

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

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

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