Html Css Color HEX #EA0877 Ruby

📋 copy color: '#EA0877'

red 234 ◦ green 8 ◦ blue 119

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

Shades of Ruby #EA0877

Tints of Ruby #EA0877

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 32.96%

R = 64.82%
G = 2.22%
B = 32.96%

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

#EA0877 (or 0xEA0877) is known color: Ruby. HEX triplet: EA, 08 and 77. RGB value is (234,8,119). Sum of RGB (Red+Green+Blue) = 234+8+119=361 (47% of max value = 765). Red value is 234 (91.80% from 255 or 64.82% from 361); Green value is 8 (3.52% from 255 or 2.22% from 361); Blue value is 119 (46.88% from 255 or 32.96% from 361); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0877 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EA0877 is #15F788. Grayscale: #585858. Windows color (decimal): -1439625 or 7801066. OLE color: 7801066.

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

Color convert

RGB 234 8 119 -
CMYK 0 0.97 0.49 0.08
HSL 330.53º 0.93% 0.47% -
HSV(B) 330.53º 0.97% 0.92% -
XYZ 37.35 19 19.15 -
YUV 88.23 145.37 231.97 -
System Red Green Blue C M Y K H S L
Decimal 234 8 119 0 0.97 0.49 0.08 330.53 0.93 0.47
Hex EA 8 77 0 61 31 8 14B 5D 2F
Octal 352 10 167 0 141 61 10 513 135 57
Binary 11101010 1000 1110111 0 1100001 110001 1000 101001011 1011101 101111

Color Harmonies of #EA0877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA0877

Black with #EA0877

Text Example


Text Example

White with #EA0877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA0877; }

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

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

background-color css

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

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

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

border-color css

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

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

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