Html Css Color HEX #E0054A Razzmatazz

📋 copy color: '#E0054A'

red 224 ◦ green 5 ◦ blue 74

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

Shades of Razzmatazz #E0054A

Tints of Razzmatazz #E0054A

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.65%

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

R = 73.93%
G = 1.65%
B = 24.42%

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

#E0054A (or 0xE0054A) is known color: Razzmatazz. HEX triplet: E0, 05 and 4A. RGB value is (224,5,74). Sum of RGB (Red+Green+Blue) = 224+5+74=303 (40% of max value = 765). Red value is 224 (87.89% from 255 or 73.93% from 303); Green value is 5 (2.34% from 255 or 1.65% from 303); Blue value is 74 (29.30% from 255 or 24.42% from 303); Max value from RGB is 224 - color contains mainly: red. Hex color #E0054A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E0054A is #1FFAB5. Grayscale: #4E4E4E. Windows color (decimal): -2095798 or 4851168. OLE color: 4851168.

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

Color convert

RGB 224 5 74 -
CMYK 0 0.98 0.67 0.12
HSL 341.1º 0.96% 0.45% -
HSV(B) 341.1º 0.98% 0.88% -
XYZ 32.03 16.45 7.97 -
YUV 78.35 125.55 231.89 -
System Red Green Blue C M Y K H S L
Decimal 224 5 74 0 0.98 0.67 0.12 341.1 0.96 0.45
Hex E0 5 4A 0 62 43 C 155 60 2D
Octal 340 5 112 0 142 103 14 525 140 55
Binary 11100000 101 1001010 0 1100010 1000011 1100 101010101 1100000 101101

Color Harmonies of #E0054A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0054A

Black with #E0054A

Text Example


Text Example

White with #E0054A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0054A; }

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

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

background-color css

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

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

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

border-color css

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

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

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