Html Css Color HEX #E20D77 Ruby

📋 copy color: '#E20D77'

red 226 ◦ green 13 ◦ blue 119

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

Shades of Ruby #E20D77

Tints of Ruby #E20D77

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.63%

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

R = 63.13%
G = 3.63%
B = 33.24%

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

#E20D77 (or 0xE20D77) is known color: Ruby. HEX triplet: E2, 0D and 77. RGB value is (226,13,119). Sum of RGB (Red+Green+Blue) = 226+13+119=358 (47% of max value = 765). Red value is 226 (88.67% from 255 or 63.13% from 358); Green value is 13 (5.47% from 255 or 3.63% from 358); Blue value is 119 (46.88% from 255 or 33.24% from 358); Max value from RGB is 226 - color contains mainly: red. Hex color #E20D77 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E20D77 is #1DF288. Grayscale: #585858. Windows color (decimal): -1962633 or 7802338. OLE color: 7802338.

HSL color Cylindrical-coordinate representation of color #E20D77: hue angle of 330.14º degrees, saturation: 0.89, 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 #E20D77 is Cyan = 0, Magento = 0.94, Yellow = 0.47 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 13 119 -
CMYK 0 0.94 0.47 0.11
HSL 330.14º 0.89% 0.47% -
HSV(B) 330.14º 0.94% 0.89% -
XYZ 34.84 17.79 19.05 -
YUV 88.77 145.07 225.88 -
System Red Green Blue C M Y K H S L
Decimal 226 13 119 0 0.94 0.47 0.11 330.14 0.89 0.47
Hex E2 D 77 0 5E 2F B 14A 59 2F
Octal 342 15 167 0 136 57 13 512 131 57
Binary 11100010 1101 1110111 0 1011110 101111 1011 101001010 1011001 101111

Color Harmonies of #E20D77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E20D77

Black with #E20D77

Text Example


Text Example

White with #E20D77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E20D77; }

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

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

background-color css

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

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

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

border-color css

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

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

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