Html Css Color HEX #E50473 Razzmatazz

📋 copy color: '#E50473'

red 229 ◦ green 4 ◦ blue 115

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

Shades of Razzmatazz #E50473

Tints of Razzmatazz #E50473

RGB

 RED value IS 229 (89.84% from 255) = 65.8%

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

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

R = 65.8%
G = 1.15%
B = 33.05%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.50

 K value IS 0.10

RGB Variations

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

Color information

#E50473 (or 0xE50473) is known color: Razzmatazz. HEX triplet: E5, 04 and 73. RGB value is (229,4,115). Sum of RGB (Red+Green+Blue) = 229+4+115=348 (46% of max value = 765). Red value is 229 (89.84% from 255 or 65.80% from 348); Green value is 4 (1.95% from 255 or 1.15% from 348); Blue value is 115 (45.31% from 255 or 33.05% from 348); Max value from RGB is 229 - color contains mainly: red. Hex color #E50473 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E50473 is #1AFB8C. Grayscale: #535353. Windows color (decimal): -1768333 or 7537893. OLE color: 7537893.

HSL color Cylindrical-coordinate representation of color #E50473: hue angle of 330.4º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E50473 is Cyan = 0, Magento = 0.98, Yellow = 0.50 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 4 115 -
CMYK 0 0.98 0.50 0.10
HSL 330.4º 0.97% 0.46% -
HSV(B) 330.4º 0.98% 0.9% -
XYZ 35.45 17.98 17.82 -
YUV 83.93 145.54 231.47 -
System Red Green Blue C M Y K H S L
Decimal 229 4 115 0 0.98 0.50 0.10 330.4 0.97 0.46
Hex E5 4 73 0 62 32 A 14A 61 2E
Octal 345 4 163 0 142 62 12 512 141 56
Binary 11100101 100 1110011 0 1100010 110010 1010 101001010 1100001 101110

Color Harmonies of #E50473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50473

Black with #E50473

Text Example


Text Example

White with #E50473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50473; }

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

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

background-color css

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

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

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

border-color css

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

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

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