#EF1066

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

Shades of Razzmatazz #EF1066

Tints of Razzmatazz #EF1066

Color information

#EF1066 (or 0xEF1066) is unknown color: approx Razzmatazz. HEX triplet: EF, 10 and 66. RGB value is (239,16,102). Sum of RGB (Red+Green+Blue) = 239+16+102=357 (47% of max value = 765). Red value is 239 (93.75% from 255 or 66.95% from 357); Green value is 16 (6.64% from 255 or 4.48% from 357); Blue value is 102 (40.23% from 255 or 28.57% from 357); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1066 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF1066 is #10EF99. Grayscale: #5C5C5C. Windows color (decimal): -1109914 or 6689007. OLE color: 6689007.

HSL color Cylindrical-coordinate representation of color #EF1066: hue angle of 336.86º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EF1066 is Cyan = 0, Magento = 0.93, Yellow = 0.57 and Black (K on CMYK) = 0.06.

Color convert

RGB23916102-
CMYK00.930.570.06
HSL336.86º87.45%50%-
HSV(B)336.86º93.31%93.73%-
XYZ38.1819.6814.36-
YUV92.48133.38232.51-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 66.95%
GREEN value IS 16 (6.64% from 255) = 4.48%
BLUE value IS 102 (40.23% from 255) = 28.57%
R=66.95%
G=4.48%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.57
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2391610200.930.570.06336.8687.4550
HexEF106605D3961515732
Octal35720146013571652112762
Binary11101111100001100110010111011110011101010100011010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF1066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF1066; }

 p { color: rgb(239,16,102); }

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

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

 a { background-color: rgb(239,16,102); }

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

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

 span { border-color: rgb(239,16,102); }

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