Html Css Color HEX #E50449 Razzmatazz

📋 copy color: '#E50449'

red 229 ◦ green 4 ◦ blue 73

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

Shades of Razzmatazz #E50449

Tints of Razzmatazz #E50449

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 23.86%

R = 74.84%
G = 1.31%
B = 23.86%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.68

 K value IS 0.10

RGB Variations

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

Color information

#E50449 (or 0xE50449) is known color: Razzmatazz. HEX triplet: E5, 04 and 49. RGB value is (229,4,73). Sum of RGB (Red+Green+Blue) = 229+4+73=306 (40% of max value = 765). Red value is 229 (89.84% from 255 or 74.84% from 306); Green value is 4 (1.95% from 255 or 1.31% from 306); Blue value is 73 (28.91% from 255 or 23.86% from 306); Max value from RGB is 229 - color contains mainly: red. Hex color #E50449 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E50449 is #1AFBB6. Grayscale: #4F4F4F. Windows color (decimal): -1768375 or 4785381. OLE color: 4785381.

HSL color Cylindrical-coordinate representation of color #E50449: hue angle of 341.6º 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 #E50449 is Cyan = 0, Magento = 0.98, Yellow = 0.68 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 4 73 -
CMYK 0 0.98 0.68 0.10
HSL 341.6º 0.97% 0.46% -
HSV(B) 341.6º 0.98% 0.9% -
XYZ 33.56 17.23 7.86 -
YUV 79.14 124.54 234.89 -
System Red Green Blue C M Y K H S L
Decimal 229 4 73 0 0.98 0.68 0.10 341.6 0.97 0.46
Hex E5 4 49 0 62 44 A 156 61 2E
Octal 345 4 111 0 142 104 12 526 141 56
Binary 11100101 100 1001001 0 1100010 1000100 1010 101010110 1100001 101110

Color Harmonies of #E50449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50449

Black with #E50449

Text Example


Text Example

White with #E50449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50449; }

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

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

background-color css

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

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

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

border-color css

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

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

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