Html Css Color HEX #E20778 Ruby

📋 copy color: '#E20778'

red 226 ◦ green 7 ◦ blue 120

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

Shades of Ruby #E20778

Tints of Ruby #E20778

RGB

 RED value IS 226 (88.67% from 255) = 64.02%

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

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

R = 64.02%
G = 1.98%
B = 33.99%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.47

 K value IS 0.11

RGB Variations

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

Color information

#E20778 (or 0xE20778) is known color: Ruby. HEX triplet: E2, 07 and 78. RGB value is (226,7,120). Sum of RGB (Red+Green+Blue) = 226+7+120=353 (46% of max value = 765). Red value is 226 (88.67% from 255 or 64.02% from 353); Green value is 7 (3.12% from 255 or 1.98% from 353); Blue value is 120 (47.27% from 255 or 33.99% from 353); Max value from RGB is 226 - color contains mainly: red. Hex color #E20778 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E20778 is #1DF887. Grayscale: #555555. Windows color (decimal): -1964168 or 7866338. OLE color: 7866338.

HSL color Cylindrical-coordinate representation of color #E20778: hue angle of 329.04º degrees, saturation: 0.94, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E20778 is Cyan = 0, Magento = 0.97, Yellow = 0.47 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 7 120 -
CMYK 0 0.97 0.47 0.11
HSL 329.04º 0.94% 0.46% -
HSV(B) 329.04º 0.97% 0.89% -
XYZ 34.83 17.68 19.35 -
YUV 85.36 147.55 228.31 -
System Red Green Blue C M Y K H S L
Decimal 226 7 120 0 0.97 0.47 0.11 329.04 0.94 0.46
Hex E2 7 78 0 61 2F B 149 5E 2E
Octal 342 7 170 0 141 57 13 511 136 56
Binary 11100010 111 1111000 0 1100001 101111 1011 101001001 1011110 101110

Color Harmonies of #E20778

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E20778

Black with #E20778

Text Example


Text Example

White with #E20778

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E20778; }

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

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

background-color css

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

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

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

border-color css

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

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

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