Html Css Color HEX #EA0778 Ruby

📋 copy color: '#EA0778'

red 234 ◦ green 7 ◦ blue 120

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

Shades of Ruby #EA0778

Tints of Ruby #EA0778

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 33.24%

R = 64.82%
G = 1.94%
B = 33.24%

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

#EA0778 (or 0xEA0778) is known color: Ruby. HEX triplet: EA, 07 and 78. RGB value is (234,7,120). Sum of RGB (Red+Green+Blue) = 234+7+120=361 (47% of max value = 765). Red value is 234 (91.80% from 255 or 64.82% from 361); Green value is 7 (3.12% from 255 or 1.94% from 361); Blue value is 120 (47.27% from 255 or 33.24% from 361); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0778 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EA0778 is #15F887. Grayscale: #575757. Windows color (decimal): -1439880 or 7866346. OLE color: 7866346.

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

Color convert

RGB 234 7 120 -
CMYK 0 0.97 0.49 0.08
HSL 330.13º 0.94% 0.47% -
HSV(B) 330.13º 0.97% 0.92% -
XYZ 37.4 19 19.47 -
YUV 87.76 146.21 232.31 -
System Red Green Blue C M Y K H S L
Decimal 234 7 120 0 0.97 0.49 0.08 330.13 0.94 0.47
Hex EA 7 78 0 61 31 8 14A 5E 2F
Octal 352 7 170 0 141 61 10 512 136 57
Binary 11101010 111 1111000 0 1100001 110001 1000 101001010 1011110 101111

Color Harmonies of #EA0778

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA0778

Black with #EA0778

Text Example


Text Example

White with #EA0778

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA0778; }

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

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

background-color css

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

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

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

border-color css

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

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

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