Html Css Color HEX #E50279 Ruby

📋 copy color: '#E50279'

red 229 ◦ green 2 ◦ blue 121

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

Shades of Ruby #E50279

Tints of Ruby #E50279

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.57%

 BLUE value IS 121 (47.66% from 255) = 34.38%

R = 65.06%
G = 0.57%
B = 34.38%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.47

 K value IS 0.10

RGB Variations

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

Color information

#E50279 (or 0xE50279) is known color: Ruby. HEX triplet: E5, 02 and 79. RGB value is (229,2,121). Sum of RGB (Red+Green+Blue) = 229+2+121=352 (46% of max value = 765). Red value is 229 (89.84% from 255 or 65.06% from 352); Green value is 2 (1.17% from 255 or 0.57% from 352); Blue value is 121 (47.66% from 255 or 34.38% from 352); Max value from RGB is 229 - color contains mainly: red. Hex color #E50279 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E50279 is #1AFD86. Grayscale: #535353. Windows color (decimal): -1768839 or 7930597. OLE color: 7930597.

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

Color convert

RGB 229 2 121 -
CMYK 0 0.99 0.47 0.10
HSL 328.55º 0.98% 0.45% -
HSV(B) 328.55º 0.99% 0.9% -
XYZ 35.79 18.08 19.69 -
YUV 83.44 149.21 231.82 -
System Red Green Blue C M Y K H S L
Decimal 229 2 121 0 0.99 0.47 0.10 328.55 0.98 0.45
Hex E5 2 79 0 63 2F A 149 62 2D
Octal 345 2 171 0 143 57 12 511 142 55
Binary 11100101 10 1111001 0 1100011 101111 1010 101001001 1100010 101101

Color Harmonies of #E50279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50279

Black with #E50279

Text Example


Text Example

White with #E50279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50279; }

 p { color: rgb(229,2,121); }

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

background-color css

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

 a { background-color: rgb(229,2,121); }

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

border-color css

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

 span { border-color: rgb(229,2,121); }

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