Html Css Color HEX #E0024A Razzmatazz

📋 copy color: '#E0024A'

red 224 ◦ green 2 ◦ blue 74

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

Shades of Razzmatazz #E0024A

Tints of Razzmatazz #E0024A

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.67%

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

R = 74.67%
G = 0.67%
B = 24.67%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.67

 K value IS 0.12

RGB Variations

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

Color information

#E0024A (or 0xE0024A) is known color: Razzmatazz. HEX triplet: E0, 02 and 4A. RGB value is (224,2,74). Sum of RGB (Red+Green+Blue) = 224+2+74=300 (39% of max value = 765). Red value is 224 (87.89% from 255 or 74.67% from 300); Green value is 2 (1.17% from 255 or 0.67% from 300); Blue value is 74 (29.30% from 255 or 24.67% from 300); Max value from RGB is 224 - color contains mainly: red. Hex color #E0024A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E0024A is #1FFDB5. Grayscale: #4C4C4C. Windows color (decimal): -2096566 or 4850400. OLE color: 4850400.

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

Color convert

RGB 224 2 74 -
CMYK 0 0.99 0.67 0.12
HSL 340.54º 0.98% 0.44% -
HSV(B) 340.54º 0.99% 0.88% -
XYZ 32 16.39 7.95 -
YUV 76.59 126.55 233.15 -
System Red Green Blue C M Y K H S L
Decimal 224 2 74 0 0.99 0.67 0.12 340.54 0.98 0.44
Hex E0 2 4A 0 63 43 C 155 62 2C
Octal 340 2 112 0 143 103 14 525 142 54
Binary 11100000 10 1001010 0 1100011 1000011 1100 101010101 1100010 101100

Color Harmonies of #E0024A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0024A

Black with #E0024A

Text Example


Text Example

White with #E0024A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0024A; }

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

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

background-color css

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

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

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

border-color css

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

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

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