Html Css Color HEX #E50E7A Ruby

📋 copy color: '#E50E7A'

red 229 ◦ green 14 ◦ blue 122

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

Shades of Ruby #E50E7A

Tints of Ruby #E50E7A

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.84%

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

R = 62.74%
G = 3.84%
B = 33.42%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.47

 K value IS 0.10

RGB Variations

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

Color information

#E50E7A (or 0xE50E7A) is known color: Ruby. HEX triplet: E5, 0E and 7A. RGB value is (229,14,122). Sum of RGB (Red+Green+Blue) = 229+14+122=365 (48% of max value = 765). Red value is 229 (89.84% from 255 or 62.74% from 365); Green value is 14 (5.86% from 255 or 3.84% from 365); Blue value is 122 (48.05% from 255 or 33.42% from 365); Max value from RGB is 229 - color contains mainly: red. Hex color #E50E7A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E50E7A is #1AF185. Grayscale: #5A5A5A. Windows color (decimal): -1765766 or 7999205. OLE color: 7999205.

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

Color convert

RGB 229 14 122 -
CMYK 0 0.94 0.47 0.10
HSL 329.86º 0.88% 0.48% -
HSV(B) 329.86º 0.94% 0.9% -
XYZ 35.98 18.38 20.06 -
YUV 90.6 145.73 226.72 -
System Red Green Blue C M Y K H S L
Decimal 229 14 122 0 0.94 0.47 0.10 329.86 0.88 0.48
Hex E5 E 7A 0 5E 2F A 14A 58 30
Octal 345 16 172 0 136 57 12 512 130 60
Binary 11100101 1110 1111010 0 1011110 101111 1010 101001010 1011000 110000

Color Harmonies of #E50E7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50E7A

Black with #E50E7A

Text Example


Text Example

White with #E50E7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50E7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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