Html Css Color HEX #E51273 Ruby

📋 copy color: '#E51273'

red 229 ◦ green 18 ◦ blue 115

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

Shades of Ruby #E51273

Tints of Ruby #E51273

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 31.77%

R = 63.26%
G = 4.97%
B = 31.77%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.50

 K value IS 0.10

RGB Variations

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

Color information

#E51273 (or 0xE51273) is known color: Ruby. HEX triplet: E5, 12 and 73. RGB value is (229,18,115). Sum of RGB (Red+Green+Blue) = 229+18+115=362 (47% of max value = 765). Red value is 229 (89.84% from 255 or 63.26% from 362); Green value is 18 (7.42% from 255 or 4.97% from 362); Blue value is 115 (45.31% from 255 or 31.77% from 362); Max value from RGB is 229 - color contains mainly: red. Hex color #E51273 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E51273 is #1AED8C. Grayscale: #5B5B5B. Windows color (decimal): -1764749 or 7541477. OLE color: 7541477.

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

Color convert

RGB 229 18 115 -
CMYK 0 0.92 0.50 0.10
HSL 332.42º 0.85% 0.48% -
HSV(B) 332.42º 0.92% 0.9% -
XYZ 35.62 18.33 17.88 -
YUV 92.15 140.9 225.61 -
System Red Green Blue C M Y K H S L
Decimal 229 18 115 0 0.92 0.50 0.10 332.42 0.85 0.48
Hex E5 12 73 0 5C 32 A 14C 55 30
Octal 345 22 163 0 134 62 12 514 125 60
Binary 11100101 10010 1110011 0 1011100 110010 1010 101001100 1010101 110000

Color Harmonies of #E51273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E51273

Black with #E51273

Text Example


Text Example

White with #E51273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E51273; }

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

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

background-color css

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

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

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

border-color css

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

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

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