#EE0077

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

Shades of Razzmatazz #EE0077

Tints of Razzmatazz #EE0077

Color information

#EE0077 (or 0xEE0077) is unknown color: approx Razzmatazz. HEX triplet: EE, 00 and 77. RGB value is (238,0,119). Sum of RGB (Red+Green+Blue) = 238+0+119=357 (47% of max value = 765). Red value is 238 (93.36% from 255 or 66.67% from 357); Green value is 0 (0.39% from 255 or 0% from 357); Blue value is 119 (46.88% from 255 or 33.33% from 357); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0077 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE0077 is #11FF88. Grayscale: #545454. Windows color (decimal): -1179529 or 7799022. OLE color: 7799022.

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

Color convert

RGB2380119-
CMYK010.500.07
HSL330º100%46.67%-
HSV(B)330º100%93.33%-
XYZ38.5919.5119.18-
YUV84.73147.35237.32-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 66.67%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 119 (46.88% from 255) = 33.33%
R=66.67%
G=0%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.50
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2380119010.500.0733010046.67
HexEE07706432714a642f
Octal3560167014462751214457
Binary1110111001110111011001001100101111010010101100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE0077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE0077; }

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

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

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

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

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

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

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

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