Html Css Color HEX #EA0A78 Ruby

📋 copy color: '#EA0A78'

red 234 ◦ green 10 ◦ blue 120

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

Shades of Ruby #EA0A78

Tints of Ruby #EA0A78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 32.97%

R = 64.29%
G = 2.75%
B = 32.97%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.49

 K value IS 0.08

RGB Variations

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

Color information

#EA0A78 (or 0xEA0A78) is known color: Ruby. HEX triplet: EA, 0A and 78. RGB value is (234,10,120). Sum of RGB (Red+Green+Blue) = 234+10+120=364 (48% of max value = 765). Red value is 234 (91.80% from 255 or 64.29% from 364); Green value is 10 (4.30% from 255 or 2.75% from 364); Blue value is 120 (47.27% from 255 or 32.97% from 364); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0A78 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EA0A78 is #15F587. Grayscale: #595959. Windows color (decimal): -1439112 or 7867114. OLE color: 7867114.

HSL color Cylindrical-coordinate representation of color #EA0A78: hue angle of 330.54º 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 #EA0A78 is Cyan = 0, Magento = 0.96, Yellow = 0.49 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 10 120 -
CMYK 0 0.96 0.49 0.08
HSL 330.54º 0.92% 0.48% -
HSV(B) 330.54º 0.96% 0.92% -
XYZ 37.43 19.07 19.48 -
YUV 89.52 145.21 231.06 -
System Red Green Blue C M Y K H S L
Decimal 234 10 120 0 0.96 0.49 0.08 330.54 0.92 0.48
Hex EA A 78 0 60 31 8 14B 5C 30
Octal 352 12 170 0 140 61 10 513 134 60
Binary 11101010 1010 1111000 0 1100000 110001 1000 101001011 1011100 110000

Color Harmonies of #EA0A78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA0A78

Black with #EA0A78

Text Example


Text Example

White with #EA0A78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA0A78; }

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

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

background-color css

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

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

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

border-color css

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

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

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