Html Css Color HEX #E51378 Ruby

📋 copy color: '#E51378'

red 229 ◦ green 19 ◦ blue 120

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

Shades of Ruby #E51378

Tints of Ruby #E51378

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.16%

 BLUE value IS 120 (47.27% from 255) = 32.61%

R = 62.23%
G = 5.16%
B = 32.61%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.48

 K value IS 0.10

RGB Variations

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

Color information

#E51378 (or 0xE51378) is known color: Ruby. HEX triplet: E5, 13 and 78. RGB value is (229,19,120). Sum of RGB (Red+Green+Blue) = 229+19+120=368 (48% of max value = 765). Red value is 229 (89.84% from 255 or 62.23% from 368); Green value is 19 (7.81% from 255 or 5.16% from 368); Blue value is 120 (47.27% from 255 or 32.61% from 368); Max value from RGB is 229 - color contains mainly: red. Hex color #E51378 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E51378 is #1AEC87. Grayscale: #5D5D5D. Windows color (decimal): -1764488 or 7869413. OLE color: 7869413.

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

Color convert

RGB 229 19 120 -
CMYK 0 0.92 0.48 0.10
HSL 331.14º 0.85% 0.49% -
HSV(B) 331.14º 0.92% 0.9% -
XYZ 35.94 18.48 19.44 -
YUV 93.3 143.07 224.79 -
System Red Green Blue C M Y K H S L
Decimal 229 19 120 0 0.92 0.48 0.10 331.14 0.85 0.49
Hex E5 13 78 0 5C 30 A 14B 55 31
Octal 345 23 170 0 134 60 12 513 125 61
Binary 11100101 10011 1111000 0 1011100 110000 1010 101001011 1010101 110001

Color Harmonies of #E51378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E51378

Black with #E51378

Text Example


Text Example

White with #E51378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E51378; }

 p { color: rgb(229,19,120); }

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

background-color css

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

 a { background-color: rgb(229,19,120); }

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

border-color css

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

 span { border-color: rgb(229,19,120); }

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