#EE0052

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

Shades of Razzmatazz #EE0052

Tints of Razzmatazz #EE0052

Color information

#EE0052 (or 0xEE0052) is unknown color: approx Razzmatazz. HEX triplet: EE, 00 and 52. RGB value is (238,0,82). Sum of RGB (Red+Green+Blue) = 238+0+82=320 (42% of max value = 765). Red value is 238 (93.36% from 255 or 74.38% from 320); Green value is 0 (0.39% from 255 or 0% from 320); Blue value is 82 (32.42% from 255 or 25.62% from 320); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0052 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE0052 is #11FFAD. Grayscale: #505050. Windows color (decimal): -1179566 or 5374190. OLE color: 5374190.

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

Color convert

RGB238082-
CMYK010.660.07
HSL339.33º100%46.67%-
HSV(B)339.33º100%93.33%-
XYZ36.7818.799.67-
YUV80.51128.85240.33-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 74.38%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 82 (32.42% from 255) = 25.62%
R=74.38%
G=0%
B=25.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.66
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal238082010.660.07339.3310046.67
HexEE052064427153642f
Octal35601220144102752314457
Binary11101110010100100110010010000101111010100111100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE0052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE0052; }

 p { color: rgb(238,0,82); }

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

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

 a { background-color: rgb(238,0,82); }

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

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

 span { border-color: rgb(238,0,82); }

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