Html Css Color HEX #E20D73 Ruby

📋 copy color: '#E20D73'

red 226 ◦ green 13 ◦ blue 115

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

Shades of Ruby #E20D73

Tints of Ruby #E20D73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 32.49%

R = 63.84%
G = 3.67%
B = 32.49%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.49

 K value IS 0.11

RGB Variations

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

Color information

#E20D73 (or 0xE20D73) is known color: Ruby. HEX triplet: E2, 0D and 73. RGB value is (226,13,115). Sum of RGB (Red+Green+Blue) = 226+13+115=354 (46% of max value = 765). Red value is 226 (88.67% from 255 or 63.84% from 354); Green value is 13 (5.47% from 255 or 3.67% from 354); Blue value is 115 (45.31% from 255 or 32.49% from 354); Max value from RGB is 226 - color contains mainly: red. Hex color #E20D73 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E20D73 is #1DF28C. Grayscale: #585858. Windows color (decimal): -1962637 or 7540194. OLE color: 7540194.

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

Color convert

RGB 226 13 115 -
CMYK 0 0.94 0.49 0.11
HSL 331.27º 0.89% 0.47% -
HSV(B) 331.27º 0.94% 0.89% -
XYZ 34.6 17.69 17.81 -
YUV 88.32 143.07 226.21 -
System Red Green Blue C M Y K H S L
Decimal 226 13 115 0 0.94 0.49 0.11 331.27 0.89 0.47
Hex E2 D 73 0 5E 31 B 14B 59 2F
Octal 342 15 163 0 136 61 13 513 131 57
Binary 11100010 1101 1110011 0 1011110 110001 1011 101001011 1011001 101111

Color Harmonies of #E20D73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E20D73

Black with #E20D73

Text Example


Text Example

White with #E20D73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E20D73; }

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

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

background-color css

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

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

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

border-color css

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

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

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