#EB006C

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

Shades of Razzmatazz #EB006C

Tints of Razzmatazz #EB006C

Color information

#EB006C (or 0xEB006C) is unknown color: approx Razzmatazz. HEX triplet: EB, 00 and 6C. RGB value is (235,0,108). Sum of RGB (Red+Green+Blue) = 235+0+108=343 (45% of max value = 765). Red value is 235 (92.19% from 255 or 68.51% from 343); Green value is 0 (0.39% from 255 or 0% from 343); Blue value is 108 (42.58% from 255 or 31.49% from 343); Max value from RGB is 235 - color contains mainly: red. Hex color #EB006C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EB006C is #14FF93. Grayscale: #525252. Windows color (decimal): -1376148 or 7078123. OLE color: 7078123.

HSL color Cylindrical-coordinate representation of color #EB006C: hue angle of 332.43º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EB006C is Cyan = 0, Magento = 1, Yellow = 0.54 and Black (K on CMYK) = 0.08.

Color convert

RGB2350108-
CMYK010.540.08
HSL332.43º100%46.08%-
HSV(B)332.43º100%92.16%-
XYZ36.9718.7415.86-
YUV82.58142.36236.72-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 68.51%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 108 (42.58% from 255) = 31.49%
R=68.51%
G=0%
B=31.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.54
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2350108010.540.08332.4310046.08
HexEB06C06436814c642e
Octal35301540144661051414456
Binary11101011011011000110010011011010001010011001100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB006C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB006C; }

 p { color: rgb(235,0,108); }

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

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

 a { background-color: rgb(235,0,108); }

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

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

 span { border-color: rgb(235,0,108); }

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