Html Css Color HEX #E00054 Razzmatazz

📋 copy color: '#E00054'

red 224 ◦ green 0 ◦ blue 84

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

Shades of Razzmatazz #E00054

Tints of Razzmatazz #E00054

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 27.27%

R = 72.73%
G = 0%
B = 27.27%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.62

 K value IS 0.12

RGB Variations

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

Color information

#E00054 (or 0xE00054) is known color: Razzmatazz. HEX triplet: E0, 00 and 54. RGB value is (224,0,84). Sum of RGB (Red+Green+Blue) = 224+0+84=308 (40% of max value = 765). Red value is 224 (87.89% from 255 or 72.73% from 308); Green value is 0 (0.39% from 255 or 0% from 308); Blue value is 84 (33.20% from 255 or 27.27% from 308); Max value from RGB is 224 - color contains mainly: red. Hex color #E00054 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E00054 is #1FFFAB. Grayscale: #4C4C4C. Windows color (decimal): -2097068 or 5505248. OLE color: 5505248.

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

Color convert

RGB 224 0 84 -
CMYK 0 1 0.62 0.12
HSL 337.5º 1% 0.44% -
HSV(B) 337.5º 1% 0.88% -
XYZ 32.34 16.49 9.87 -
YUV 76.55 132.21 233.17 -
System Red Green Blue C M Y K H S L
Decimal 224 0 84 0 1 0.62 0.12 337.5 1 0.44
Hex E0 0 54 0 64 3E C 152 64 2C
Octal 340 0 124 0 144 76 14 522 144 54
Binary 11100000 0 1010100 0 1100100 111110 1100 101010010 1100100 101100

Color Harmonies of #E00054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00054

Black with #E00054

Text Example


Text Example

White with #E00054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00054; }

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

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

background-color css

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

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

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

border-color css

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

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

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