Html Css Color HEX #EA0579 Ruby

📋 copy color: '#EA0579'

red 234 ◦ green 5 ◦ blue 121

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

Shades of Ruby #EA0579

Tints of Ruby #EA0579

RGB

 RED value IS 234 (91.8% from 255) = 65%

 GREEN value IS 5 (2.34% from 255) = 1.39%

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

R = 65%
G = 1.39%
B = 33.61%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.48

 K value IS 0.08

RGB Variations

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

Color information

#EA0579 (or 0xEA0579) is known color: Ruby. HEX triplet: EA, 05 and 79. RGB value is (234,5,121). Sum of RGB (Red+Green+Blue) = 234+5+121=360 (47% of max value = 765). Red value is 234 (91.80% from 255 or 65% from 360); Green value is 5 (2.34% from 255 or 1.39% from 360); Blue value is 121 (47.66% from 255 or 33.61% from 360); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0579 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EA0579 is #15FA86. Grayscale: #565656. Windows color (decimal): -1440391 or 7931370. OLE color: 7931370.

HSL color Cylindrical-coordinate representation of color #EA0579: hue angle of 329.61º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EA0579 is Cyan = 0, Magento = 0.98, Yellow = 0.48 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 5 121 -
CMYK 0 0.98 0.48 0.08
HSL 329.61º 0.96% 0.47% -
HSV(B) 329.61º 0.98% 0.92% -
XYZ 37.44 18.98 19.78 -
YUV 86.7 147.37 233.07 -
System Red Green Blue C M Y K H S L
Decimal 234 5 121 0 0.98 0.48 0.08 329.61 0.96 0.47
Hex EA 5 79 0 62 30 8 14A 60 2F
Octal 352 5 171 0 142 60 10 512 140 57
Binary 11101010 101 1111001 0 1100010 110000 1000 101001010 1100000 101111

Color Harmonies of #EA0579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA0579

Black with #EA0579

Text Example


Text Example

White with #EA0579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA0579; }

 p { color: rgb(234,5,121); }

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

background-color css

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

 a { background-color: rgb(234,5,121); }

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

border-color css

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

 span { border-color: rgb(234,5,121); }

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