#EE0064

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

Shades of Razzmatazz #EE0064

Tints of Razzmatazz #EE0064

Color information

#EE0064 (or 0xEE0064) is unknown color: approx Razzmatazz. HEX triplet: EE, 00 and 64. RGB value is (238,0,100). Sum of RGB (Red+Green+Blue) = 238+0+100=338 (44% of max value = 765). Red value is 238 (93.36% from 255 or 70.41% from 338); Green value is 0 (0.39% from 255 or 0% from 338); Blue value is 100 (39.45% from 255 or 29.59% from 338); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0064 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE0064 is #11FF9B. Grayscale: #525252. Windows color (decimal): -1179548 or 6553838. OLE color: 6553838.

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

Color convert

RGB2380100-
CMYK010.580.07
HSL334.79º100%46.67%-
HSV(B)334.79º100%93.33%-
XYZ37.5619.113.76-
YUV82.56137.85238.87-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 70.41%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 100 (39.45% from 255) = 29.59%
R=70.41%
G=0%
B=29.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.58
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2380100010.580.07334.7910046.67
HexEE0640643A714f642f
Octal3560144014472751714457
Binary1110111001100100011001001110101111010011111100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE0064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE0064; }

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

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

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

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

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

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

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

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