Html Css Color HEX #E20E77 Ruby

📋 copy color: '#E20E77'

red 226 ◦ green 14 ◦ blue 119

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

Shades of Ruby #E20E77

Tints of Ruby #E20E77

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.9%

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

R = 62.95%
G = 3.9%
B = 33.15%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.47

 K value IS 0.11

RGB Variations

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

Color information

#E20E77 (or 0xE20E77) is known color: Ruby. HEX triplet: E2, 0E and 77. RGB value is (226,14,119). Sum of RGB (Red+Green+Blue) = 226+14+119=359 (47% of max value = 765). Red value is 226 (88.67% from 255 or 62.95% from 359); Green value is 14 (5.86% from 255 or 3.90% from 359); Blue value is 119 (46.88% from 255 or 33.15% from 359); Max value from RGB is 226 - color contains mainly: red. Hex color #E20E77 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E20E77 is #1DF188. Grayscale: #595959. Windows color (decimal): -1962377 or 7802594. OLE color: 7802594.

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

Color convert

RGB 226 14 119 -
CMYK 0 0.94 0.47 0.11
HSL 330.28º 0.88% 0.47% -
HSV(B) 330.28º 0.94% 0.89% -
XYZ 34.85 17.81 19.05 -
YUV 89.36 144.74 225.46 -
System Red Green Blue C M Y K H S L
Decimal 226 14 119 0 0.94 0.47 0.11 330.28 0.88 0.47
Hex E2 E 77 0 5E 2F B 14A 58 2F
Octal 342 16 167 0 136 57 13 512 130 57
Binary 11100010 1110 1110111 0 1011110 101111 1011 101001010 1011000 101111

Color Harmonies of #E20E77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E20E77

Black with #E20E77

Text Example


Text Example

White with #E20E77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E20E77; }

 p { color: rgb(226,14,119); }

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

background-color css

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

 a { background-color: rgb(226,14,119); }

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

border-color css

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

 span { border-color: rgb(226,14,119); }

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