Html Css Color HEX #E50D72 Ruby

📋 copy color: '#E50D72'

red 229 ◦ green 13 ◦ blue 114

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

Shades of Ruby #E50D72

Tints of Ruby #E50D72

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.65%

 BLUE value IS 114 (44.92% from 255) = 32.02%

R = 64.33%
G = 3.65%
B = 32.02%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.50

 K value IS 0.10

RGB Variations

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

Color information

#E50D72 (or 0xE50D72) is known color: Ruby. HEX triplet: E5, 0D and 72. RGB value is (229,13,114). Sum of RGB (Red+Green+Blue) = 229+13+114=356 (47% of max value = 765). Red value is 229 (89.84% from 255 or 64.33% from 356); Green value is 13 (5.47% from 255 or 3.65% from 356); Blue value is 114 (44.92% from 255 or 32.02% from 356); Max value from RGB is 229 - color contains mainly: red. Hex color #E50D72 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E50D72 is #1AF28D. Grayscale: #585858. Windows color (decimal): -1766030 or 7474661. OLE color: 7474661.

HSL color Cylindrical-coordinate representation of color #E50D72: hue angle of 331.94º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E50D72 is Cyan = 0, Magento = 0.94, Yellow = 0.50 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 13 114 -
CMYK 0 0.94 0.50 0.10
HSL 331.94º 0.89% 0.47% -
HSV(B) 331.94º 0.94% 0.9% -
XYZ 35.49 18.16 17.55 -
YUV 89.1 142.06 227.79 -
System Red Green Blue C M Y K H S L
Decimal 229 13 114 0 0.94 0.50 0.10 331.94 0.89 0.47
Hex E5 D 72 0 5E 32 A 14C 59 2F
Octal 345 15 162 0 136 62 12 514 131 57
Binary 11100101 1101 1110010 0 1011110 110010 1010 101001100 1011001 101111

Color Harmonies of #E50D72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50D72

Black with #E50D72

Text Example


Text Example

White with #E50D72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50D72; }

 p { color: rgb(229,13,114); }

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

background-color css

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

 a { background-color: rgb(229,13,114); }

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

border-color css

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

 span { border-color: rgb(229,13,114); }

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