#EE0063

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

Shades of Razzmatazz #EE0063

Tints of Razzmatazz #EE0063

Color information

#EE0063 (or 0xEE0063) is unknown color: approx Razzmatazz. HEX triplet: EE, 00 and 63. RGB value is (238,0,99). Sum of RGB (Red+Green+Blue) = 238+0+99=337 (44% of max value = 765). Red value is 238 (93.36% from 255 or 70.62% from 337); Green value is 0 (0.39% from 255 or 0% from 337); Blue value is 99 (39.06% from 255 or 29.38% from 337); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0063 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE0063 is #11FF9C. Grayscale: #525252. Windows color (decimal): -1179549 or 6488302. OLE color: 6488302.

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

Color convert

RGB238099-
CMYK010.580.07
HSL335.04º100%46.67%-
HSV(B)335.04º100%93.33%-
XYZ37.5119.0813.51-
YUV82.45137.35238.95-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 70.62%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 99 (39.06% from 255) = 29.38%
R=70.62%
G=0%
B=29.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.58
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal238099010.580.07335.0410046.67
HexEE0630643A714f642f
Octal3560143014472751714457
Binary1110111001100011011001001110101111010011111100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE0063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE0063; }

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

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

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

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

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

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

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

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