#EE0072

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

Shades of Razzmatazz #EE0072

Tints of Razzmatazz #EE0072

Color information

#EE0072 (or 0xEE0072) is unknown color: approx Razzmatazz. HEX triplet: EE, 00 and 72. RGB value is (238,0,114). Sum of RGB (Red+Green+Blue) = 238+0+114=352 (46% of max value = 765). Red value is 238 (93.36% from 255 or 67.61% from 352); Green value is 0 (0.39% from 255 or 0% from 352); Blue value is 114 (44.92% from 255 or 32.39% from 352); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0072 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE0072 is #11FF8D. Grayscale: #535353. Windows color (decimal): -1179534 or 7471342. OLE color: 7471342.

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

Color convert

RGB2380114-
CMYK010.520.07
HSL331.26º100%46.67%-
HSV(B)331.26º100%93.33%-
XYZ38.319.3917.64-
YUV84.16144.85237.73-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 67.61%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 114 (44.92% from 255) = 32.39%
R=67.61%
G=0%
B=32.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.52
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2380114010.520.07331.2610046.67
HexEE07206434714b642f
Octal3560162014464751314457
Binary1110111001110010011001001101001111010010111100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE0072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE0072; }

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

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

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

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

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

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

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

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