Html Css Color HEX #EA0777 Ruby

📋 copy color: '#EA0777'

red 234 ◦ green 7 ◦ blue 119

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

Shades of Ruby #EA0777

Tints of Ruby #EA0777

RGB

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

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

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

R = 65%
G = 1.94%
B = 33.06%

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

#EA0777 (or 0xEA0777) is known color: Ruby. HEX triplet: EA, 07 and 77. RGB value is (234,7,119). Sum of RGB (Red+Green+Blue) = 234+7+119=360 (47% of max value = 765). Red value is 234 (91.80% from 255 or 65% from 360); Green value is 7 (3.12% from 255 or 1.94% from 360); Blue value is 119 (46.88% from 255 or 33.06% from 360); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0777 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EA0777 is #15F888. Grayscale: #575757. Windows color (decimal): -1439881 or 7800810. OLE color: 7800810.

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

Color convert

RGB 234 7 119 -
CMYK 0 0.97 0.49 0.08
HSL 330.4º 0.94% 0.47% -
HSV(B) 330.4º 0.97% 0.92% -
XYZ 37.34 18.98 19.15 -
YUV 87.64 145.71 232.39 -
System Red Green Blue C M Y K H S L
Decimal 234 7 119 0 0.97 0.49 0.08 330.4 0.94 0.47
Hex EA 7 77 0 61 31 8 14A 5E 2F
Octal 352 7 167 0 141 61 10 512 136 57
Binary 11101010 111 1110111 0 1100001 110001 1000 101001010 1011110 101111

Color Harmonies of #EA0777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA0777

Black with #EA0777

Text Example


Text Example

White with #EA0777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA0777; }

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

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

background-color css

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

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

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

border-color css

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

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

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