Html Css Color HEX #EA0776 Ruby

📋 copy color: '#EA0776'

red 234 ◦ green 7 ◦ blue 118

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

Shades of Ruby #EA0776

Tints of Ruby #EA0776

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.95%

 BLUE value IS 118 (46.48% from 255) = 32.87%

R = 65.18%
G = 1.95%
B = 32.87%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.50

 K value IS 0.08

RGB Variations

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

Color information

#EA0776 (or 0xEA0776) is known color: Ruby. HEX triplet: EA, 07 and 76. RGB value is (234,7,118). Sum of RGB (Red+Green+Blue) = 234+7+118=359 (47% of max value = 765). Red value is 234 (91.80% from 255 or 65.18% from 359); Green value is 7 (3.12% from 255 or 1.95% from 359); Blue value is 118 (46.48% from 255 or 32.87% from 359); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0776 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EA0776 is #15F889. Grayscale: #575757. Windows color (decimal): -1439882 or 7735274. OLE color: 7735274.

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

Color convert

RGB 234 7 118 -
CMYK 0 0.97 0.50 0.08
HSL 330.66º 0.94% 0.47% -
HSV(B) 330.66º 0.97% 0.92% -
XYZ 37.28 18.95 18.83 -
YUV 87.53 145.21 232.47 -
System Red Green Blue C M Y K H S L
Decimal 234 7 118 0 0.97 0.50 0.08 330.66 0.94 0.47
Hex EA 7 76 0 61 32 8 14B 5E 2F
Octal 352 7 166 0 141 62 10 513 136 57
Binary 11101010 111 1110110 0 1100001 110010 1000 101001011 1011110 101111

Color Harmonies of #EA0776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA0776

Black with #EA0776

Text Example


Text Example

White with #EA0776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA0776; }

 p { color: rgb(234,7,118); }

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

background-color css

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

 a { background-color: rgb(234,7,118); }

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

border-color css

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

 span { border-color: rgb(234,7,118); }

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