Html Css Color HEX #E0044A Razzmatazz

📋 copy color: '#E0044A'

red 224 ◦ green 4 ◦ blue 74

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

Shades of Razzmatazz #E0044A

Tints of Razzmatazz #E0044A

RGB

 RED value IS 224 (87.89% from 255) = 74.17%

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

 BLUE value IS 74 (29.3% from 255) = 24.5%

R = 74.17%
G = 1.32%
B = 24.5%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.67

 K value IS 0.12

RGB Variations

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

Color information

#E0044A (or 0xE0044A) is known color: Razzmatazz. HEX triplet: E0, 04 and 4A. RGB value is (224,4,74). Sum of RGB (Red+Green+Blue) = 224+4+74=302 (40% of max value = 765). Red value is 224 (87.89% from 255 or 74.17% from 302); Green value is 4 (1.95% from 255 or 1.32% from 302); Blue value is 74 (29.30% from 255 or 24.50% from 302); Max value from RGB is 224 - color contains mainly: red. Hex color #E0044A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E0044A is #1FFBB5. Grayscale: #4D4D4D. Windows color (decimal): -2096054 or 4850912. OLE color: 4850912.

HSL color Cylindrical-coordinate representation of color #E0044A: hue angle of 340.91º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E0044A is Cyan = 0, Magento = 0.98, Yellow = 0.67 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 4 74 -
CMYK 0 0.98 0.67 0.12
HSL 340.91º 0.96% 0.45% -
HSV(B) 340.91º 0.98% 0.88% -
XYZ 32.02 16.43 7.96 -
YUV 77.76 125.89 232.31 -
System Red Green Blue C M Y K H S L
Decimal 224 4 74 0 0.98 0.67 0.12 340.91 0.96 0.45
Hex E0 4 4A 0 62 43 C 155 60 2D
Octal 340 4 112 0 142 103 14 525 140 55
Binary 11100000 100 1001010 0 1100010 1000011 1100 101010101 1100000 101101

Color Harmonies of #E0044A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0044A

Black with #E0044A

Text Example


Text Example

White with #E0044A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0044A; }

 p { color: rgb(224,4,74); }

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

background-color css

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

 a { background-color: rgb(224,4,74); }

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

border-color css

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

 span { border-color: rgb(224,4,74); }

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