Html Css Color HEX #E50B7A Ruby

📋 copy color: '#E50B7A'

red 229 ◦ green 11 ◦ blue 122

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

Shades of Ruby #E50B7A

Tints of Ruby #E50B7A

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.04%

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

R = 63.26%
G = 3.04%
B = 33.7%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.47

 K value IS 0.10

RGB Variations

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

Color information

#E50B7A (or 0xE50B7A) is known color: Ruby. HEX triplet: E5, 0B and 7A. RGB value is (229,11,122). Sum of RGB (Red+Green+Blue) = 229+11+122=362 (47% of max value = 765). Red value is 229 (89.84% from 255 or 63.26% from 362); Green value is 11 (4.69% from 255 or 3.04% from 362); Blue value is 122 (48.05% from 255 or 33.70% from 362); Max value from RGB is 229 - color contains mainly: red. Hex color #E50B7A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E50B7A is #1AF485. Grayscale: #585858. Windows color (decimal): -1766534 or 7998437. OLE color: 7998437.

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

Color convert

RGB 229 11 122 -
CMYK 0 0.95 0.47 0.10
HSL 329.45º 0.91% 0.47% -
HSV(B) 329.45º 0.95% 0.9% -
XYZ 35.95 18.3 20.05 -
YUV 88.84 146.72 227.97 -
System Red Green Blue C M Y K H S L
Decimal 229 11 122 0 0.95 0.47 0.10 329.45 0.91 0.47
Hex E5 B 7A 0 5F 2F A 149 5B 2F
Octal 345 13 172 0 137 57 12 511 133 57
Binary 11100101 1011 1111010 0 1011111 101111 1010 101001001 1011011 101111

Color Harmonies of #E50B7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50B7A

Black with #E50B7A

Text Example


Text Example

White with #E50B7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50B7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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