Html Css Color HEX #E50949 Razzmatazz

📋 copy color: '#E50949'

red 229 ◦ green 9 ◦ blue 73

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

Shades of Razzmatazz #E50949

Tints of Razzmatazz #E50949

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.89%

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

R = 73.63%
G = 2.89%
B = 23.47%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.68

 K value IS 0.10

RGB Variations

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

Color information

#E50949 (or 0xE50949) is known color: Razzmatazz. HEX triplet: E5, 09 and 49. RGB value is (229,9,73). Sum of RGB (Red+Green+Blue) = 229+9+73=311 (41% of max value = 765). Red value is 229 (89.84% from 255 or 73.63% from 311); Green value is 9 (3.91% from 255 or 2.89% from 311); Blue value is 73 (28.91% from 255 or 23.47% from 311); Max value from RGB is 229 - color contains mainly: red. Hex color #E50949 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E50949 is #1AF6B6. Grayscale: #525252. Windows color (decimal): -1767095 or 4786661. OLE color: 4786661.

HSL color Cylindrical-coordinate representation of color #E50949: hue angle of 342.55º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E50949 is Cyan = 0, Magento = 0.96, Yellow = 0.68 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 9 73 -
CMYK 0 0.96 0.68 0.10
HSL 342.55º 0.92% 0.47% -
HSV(B) 342.55º 0.96% 0.9% -
XYZ 33.61 17.33 7.88 -
YUV 82.08 122.89 232.8 -
System Red Green Blue C M Y K H S L
Decimal 229 9 73 0 0.96 0.68 0.10 342.55 0.92 0.47
Hex E5 9 49 0 60 44 A 157 5C 2F
Octal 345 11 111 0 140 104 12 527 134 57
Binary 11100101 1001 1001001 0 1100000 1000100 1010 101010111 1011100 101111

Color Harmonies of #E50949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50949

Black with #E50949

Text Example


Text Example

White with #E50949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50949; }

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

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

background-color css

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

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

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

border-color css

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

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

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