#EE0159

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

Shades of Razzmatazz #EE0159

Tints of Razzmatazz #EE0159

Color information

#EE0159 (or 0xEE0159) is unknown color: approx Razzmatazz. HEX triplet: EE, 01 and 59. RGB value is (238,1,89). Sum of RGB (Red+Green+Blue) = 238+1+89=328 (43% of max value = 765). Red value is 238 (93.36% from 255 or 72.56% from 328); Green value is 1 (0.78% from 255 or 0.30% from 328); Blue value is 89 (35.16% from 255 or 27.13% from 328); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0159 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE0159 is #11FEA6. Grayscale: #515151. Windows color (decimal): -1179303 or 5833198. OLE color: 5833198.

HSL color Cylindrical-coordinate representation of color #EE0159: hue angle of 337.72º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EE0159 is Cyan = 0, Magento = 1.00, Yellow = 0.63 and Black (K on CMYK) = 0.07.

Color convert

RGB238189-
CMYK01.000.630.07
HSL337.72º99.16%46.86%-
HSV(B)337.72º99.58%93.33%-
XYZ37.0718.9211.15-
YUV81.9132.02239.34-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 72.56%
GREEN value IS 1 (0.78% from 255) = 0.30%
BLUE value IS 89 (35.16% from 255) = 27.13%
R=72.56%
G=0.30%
B=27.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1.00
Y (Yellow) values IS 0.63
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23818901.000.630.07337.7299.1646.86
HexEE1590643F7152632f
Octal3561131014477752214357
Binary1110111011011001011001001111111111010100101100011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE0159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE0159; }

 p { color: rgb(238,1,89); }

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

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

 a { background-color: rgb(238,1,89); }

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

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

 span { border-color: rgb(238,1,89); }

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