Html Css Color HEX #EA0779 Ruby

📋 copy color: '#EA0779'

red 234 ◦ green 7 ◦ blue 121

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

Shades of Ruby #EA0779

Tints of Ruby #EA0779

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 33.43%

R = 64.64%
G = 1.93%
B = 33.43%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.48

 K value IS 0.08

RGB Variations

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

Color information

#EA0779 (or 0xEA0779) is known color: Ruby. HEX triplet: EA, 07 and 79. RGB value is (234,7,121). Sum of RGB (Red+Green+Blue) = 234+7+121=362 (47% of max value = 765). Red value is 234 (91.80% from 255 or 64.64% from 362); Green value is 7 (3.12% from 255 or 1.93% from 362); Blue value is 121 (47.66% from 255 or 33.43% from 362); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0779 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EA0779 is #15F886. Grayscale: #575757. Windows color (decimal): -1439879 or 7931882. OLE color: 7931882.

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

Color convert

RGB 234 7 121 -
CMYK 0 0.97 0.48 0.08
HSL 329.87º 0.94% 0.47% -
HSV(B) 329.87º 0.97% 0.92% -
XYZ 37.46 19.02 19.79 -
YUV 87.87 146.71 232.23 -
System Red Green Blue C M Y K H S L
Decimal 234 7 121 0 0.97 0.48 0.08 329.87 0.94 0.47
Hex EA 7 79 0 61 30 8 14A 5E 2F
Octal 352 7 171 0 141 60 10 512 136 57
Binary 11101010 111 1111001 0 1100001 110000 1000 101001010 1011110 101111

Color Harmonies of #EA0779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA0779

Black with #EA0779

Text Example


Text Example

White with #EA0779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA0779; }

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

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

background-color css

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

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

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

border-color css

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

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

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