Html Css Color HEX #E20473 Ruby

📋 copy color: '#E20473'

red 226 ◦ green 4 ◦ blue 115

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

Shades of Ruby #E20473

Tints of Ruby #E20473

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.16%

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

R = 65.51%
G = 1.16%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.49

 K value IS 0.11

RGB Variations

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

Color information

#E20473 (or 0xE20473) is known color: Ruby. HEX triplet: E2, 04 and 73. RGB value is (226,4,115). Sum of RGB (Red+Green+Blue) = 226+4+115=345 (45% of max value = 765). Red value is 226 (88.67% from 255 or 65.51% from 345); Green value is 4 (1.95% from 255 or 1.16% from 345); Blue value is 115 (45.31% from 255 or 33.33% from 345); Max value from RGB is 226 - color contains mainly: red. Hex color #E20473 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E20473 is #1DFB8C. Grayscale: #525252. Windows color (decimal): -1964941 or 7537890. OLE color: 7537890.

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

Color convert

RGB 226 4 115 -
CMYK 0 0.98 0.49 0.11
HSL 330º 0.97% 0.45% -
HSV(B) 330º 0.98% 0.89% -
XYZ 34.5 17.49 17.78 -
YUV 83.03 146.05 229.97 -
System Red Green Blue C M Y K H S L
Decimal 226 4 115 0 0.98 0.49 0.11 330 0.97 0.45
Hex E2 4 73 0 62 31 B 14A 61 2D
Octal 342 4 163 0 142 61 13 512 141 55
Binary 11100010 100 1110011 0 1100010 110001 1011 101001010 1100001 101101

Color Harmonies of #E20473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E20473

Black with #E20473

Text Example


Text Example

White with #E20473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E20473; }

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

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

background-color css

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

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

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

border-color css

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

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

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