Html Css Color HEX #EA0A79 Ruby

📋 copy color: '#EA0A79'

red 234 ◦ green 10 ◦ blue 121

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

Shades of Ruby #EA0A79

Tints of Ruby #EA0A79

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.74%

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

R = 64.11%
G = 2.74%
B = 33.15%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.48

 K value IS 0.08

RGB Variations

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

Color information

#EA0A79 (or 0xEA0A79) is known color: Ruby. HEX triplet: EA, 0A and 79. RGB value is (234,10,121). Sum of RGB (Red+Green+Blue) = 234+10+121=365 (48% of max value = 765). Red value is 234 (91.80% from 255 or 64.11% from 365); Green value is 10 (4.30% from 255 or 2.74% from 365); Blue value is 121 (47.66% from 255 or 33.15% from 365); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0A79 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EA0A79 is #15F586. Grayscale: #595959. Windows color (decimal): -1439111 or 7932650. OLE color: 7932650.

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

Color convert

RGB 234 10 121 -
CMYK 0 0.96 0.48 0.08
HSL 330.27º 0.92% 0.48% -
HSV(B) 330.27º 0.96% 0.92% -
XYZ 37.49 19.09 19.8 -
YUV 89.63 145.71 230.97 -
System Red Green Blue C M Y K H S L
Decimal 234 10 121 0 0.96 0.48 0.08 330.27 0.92 0.48
Hex EA A 79 0 60 30 8 14A 5C 30
Octal 352 12 171 0 140 60 10 512 134 60
Binary 11101010 1010 1111001 0 1100000 110000 1000 101001010 1011100 110000

Color Harmonies of #EA0A79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA0A79

Black with #EA0A79

Text Example


Text Example

White with #EA0A79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA0A79; }

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

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

background-color css

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

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

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

border-color css

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

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

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