#EE0548

Color #EE0548 Razzmatazz (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Razzmatazz #EE0548

Tints of Razzmatazz #EE0548

Color information

#EE0548 (or 0xEE0548) is unknown color: approx Razzmatazz. HEX triplet: EE, 05 and 48. RGB value is (238,5,72). Sum of RGB (Red+Green+Blue) = 238+5+72=315 (41% of max value = 765). Red value is 238 (93.36% from 255 or 75.56% from 315); Green value is 5 (2.34% from 255 or 1.59% from 315); Blue value is 72 (28.52% from 255 or 22.86% from 315); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0548 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE0548 is #11FAB7. Grayscale: #525252. Windows color (decimal): -1178296 or 4720110. OLE color: 4720110.

HSL color Cylindrical-coordinate representation of color #EE0548: hue angle of 342.75º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EE0548 is Cyan = 0, Magento = 0.98, Yellow = 0.70 and Black (K on CMYK) = 0.07.

Color convert

RGB238572-
CMYK00.980.700.07
HSL342.75º95.88%47.65%-
HSV(B)342.75º97.9%93.33%-
XYZ36.4818.757.83-
YUV82.3122.19239.05-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 75.56%
GREEN value IS 5 (2.34% from 255) = 1.59%
BLUE value IS 72 (28.52% from 255) = 22.86%
R=75.56%
G=1.59%
B=22.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.70
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23857200.980.700.07342.7595.8847.65
HexEE5480624671576030
Octal35651100142106752714060
Binary1110111010110010000110001010001101111010101111100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE0548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE0548; }

 p { color: rgb(238,5,72); }

 H1.HeaderClassName
 {
   color: #EE0548;
 }
 .AnyTagClassName
 {
   color: #EE0548;
 }
</style>
background-color css

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

 a { background-color: rgb(238,5,72); }

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

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

 span { border-color: rgb(238,5,72); }

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