Html Css Color HEX #EA0878 Ruby

📋 copy color: '#EA0878'

red 234 ◦ green 8 ◦ blue 120

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

Shades of Ruby #EA0878

Tints of Ruby #EA0878

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.21%

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

R = 64.64%
G = 2.21%
B = 33.15%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.49

 K value IS 0.08

RGB Variations

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

Color information

#EA0878 (or 0xEA0878) is known color: Ruby. HEX triplet: EA, 08 and 78. RGB value is (234,8,120). Sum of RGB (Red+Green+Blue) = 234+8+120=362 (47% of max value = 765). Red value is 234 (91.80% from 255 or 64.64% from 362); Green value is 8 (3.52% from 255 or 2.21% from 362); Blue value is 120 (47.27% from 255 or 33.15% from 362); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0878 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EA0878 is #15F787. Grayscale: #585858. Windows color (decimal): -1439624 or 7866602. OLE color: 7866602.

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

Color convert

RGB 234 8 120 -
CMYK 0 0.97 0.49 0.08
HSL 330.27º 0.93% 0.47% -
HSV(B) 330.27º 0.97% 0.92% -
XYZ 37.41 19.02 19.47 -
YUV 88.34 145.87 231.89 -
System Red Green Blue C M Y K H S L
Decimal 234 8 120 0 0.97 0.49 0.08 330.27 0.93 0.47
Hex EA 8 78 0 61 31 8 14A 5D 2F
Octal 352 10 170 0 141 61 10 512 135 57
Binary 11101010 1000 1111000 0 1100001 110001 1000 101001010 1011101 101111

Color Harmonies of #EA0878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA0878

Black with #EA0878

Text Example


Text Example

White with #EA0878

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA0878; }

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

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

background-color css

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

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

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

border-color css

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

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

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