Html Css Color HEX #E0004A Razzmatazz

📋 copy color: '#E0004A'

red 224 ◦ green 0 ◦ blue 74

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

Shades of Razzmatazz #E0004A

Tints of Razzmatazz #E0004A

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 75.17%
G = 0%
B = 24.83%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.67

 K value IS 0.12

RGB Variations

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

Color information

#E0004A (or 0xE0004A) is known color: Razzmatazz. HEX triplet: E0, 00 and 4A. RGB value is (224,0,74). Sum of RGB (Red+Green+Blue) = 224+0+74=298 (39% of max value = 765). Red value is 224 (87.89% from 255 or 75.17% from 298); Green value is 0 (0.39% from 255 or 0% from 298); Blue value is 74 (29.30% from 255 or 24.83% from 298); Max value from RGB is 224 - color contains mainly: red. Hex color #E0004A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E0004A is #1FFFB5. Grayscale: #4B4B4B. Windows color (decimal): -2097078 or 4849888. OLE color: 4849888.

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

Color convert

RGB 224 0 74 -
CMYK 0 1 0.67 0.12
HSL 340.18º 1% 0.44% -
HSV(B) 340.18º 1% 0.88% -
XYZ 31.98 16.34 7.95 -
YUV 75.41 127.21 233.98 -
System Red Green Blue C M Y K H S L
Decimal 224 0 74 0 1 0.67 0.12 340.18 1 0.44
Hex E0 0 4A 0 64 43 C 154 64 2C
Octal 340 0 112 0 144 103 14 524 144 54
Binary 11100000 0 1001010 0 1100100 1000011 1100 101010100 1100100 101100

Color Harmonies of #E0004A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0004A

Black with #E0004A

Text Example


Text Example

White with #E0004A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0004A; }

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

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

background-color css

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

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

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

border-color css

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

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

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