Html Css Color HEX #EA0976 Ruby

📋 copy color: '#EA0976'

red 234 ◦ green 9 ◦ blue 118

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

Shades of Ruby #EA0976

Tints of Ruby #EA0976

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.49%

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

R = 64.82%
G = 2.49%
B = 32.69%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.50

 K value IS 0.08

RGB Variations

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

Color information

#EA0976 (or 0xEA0976) is known color: Ruby. HEX triplet: EA, 09 and 76. RGB value is (234,9,118). Sum of RGB (Red+Green+Blue) = 234+9+118=361 (47% of max value = 765). Red value is 234 (91.80% from 255 or 64.82% from 361); Green value is 9 (3.91% from 255 or 2.49% from 361); Blue value is 118 (46.48% from 255 or 32.69% from 361); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0976 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EA0976 is #15F689. Grayscale: #585858. Windows color (decimal): -1439370 or 7735786. OLE color: 7735786.

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

Color convert

RGB 234 9 118 -
CMYK 0 0.96 0.50 0.08
HSL 330.93º 0.93% 0.48% -
HSV(B) 330.93º 0.96% 0.92% -
XYZ 37.3 19 18.84 -
YUV 88.7 144.54 231.64 -
System Red Green Blue C M Y K H S L
Decimal 234 9 118 0 0.96 0.50 0.08 330.93 0.93 0.48
Hex EA 9 76 0 60 32 8 14B 5D 30
Octal 352 11 166 0 140 62 10 513 135 60
Binary 11101010 1001 1110110 0 1100000 110010 1000 101001011 1011101 110000

Color Harmonies of #EA0976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA0976

Black with #EA0976

Text Example


Text Example

White with #EA0976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA0976; }

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

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

background-color css

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

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

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

border-color css

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

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

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