#EE0C66

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

Shades of Razzmatazz #EE0C66

Tints of Razzmatazz #EE0C66

Color information

#EE0C66 (or 0xEE0C66) is unknown color: approx Razzmatazz. HEX triplet: EE, 0C and 66. RGB value is (238,12,102). Sum of RGB (Red+Green+Blue) = 238+12+102=352 (46% of max value = 765). Red value is 238 (93.36% from 255 or 67.61% from 352); Green value is 12 (5.08% from 255 or 3.41% from 352); Blue value is 102 (40.23% from 255 or 28.98% from 352); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0C66 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE0C66 is #11F399. Grayscale: #595959. Windows color (decimal): -1176474 or 6687982. OLE color: 6687982.

HSL color Cylindrical-coordinate representation of color #EE0C66: hue angle of 336.11º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EE0C66 is Cyan = 0, Magento = 0.95, Yellow = 0.57 and Black (K on CMYK) = 0.07.

Color convert

RGB23812102-
CMYK00.950.570.07
HSL336.11º90.4%49.02%-
HSV(B)336.11º94.96%93.33%-
XYZ37.7919.414.32-
YUV89.83134.87233.68-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 67.61%
GREEN value IS 12 (5.08% from 255) = 3.41%
BLUE value IS 102 (40.23% from 255) = 28.98%
R=67.61%
G=3.41%
B=28.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.57
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2381210200.950.570.07336.1190.449.02
HexEEC6605F3971505a31
Octal35614146013771752013261
Binary1110111011001100110010111111110011111010100001011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE0C66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE0C66; }

 p { color: rgb(238,12,102); }

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

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

 a { background-color: rgb(238,12,102); }

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

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

 span { border-color: rgb(238,12,102); }

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