#EB006D

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

Shades of Razzmatazz #EB006D

Tints of Razzmatazz #EB006D

Color information

#EB006D (or 0xEB006D) is unknown color: approx Razzmatazz. HEX triplet: EB, 00 and 6D. RGB value is (235,0,109). Sum of RGB (Red+Green+Blue) = 235+0+109=344 (45% of max value = 765). Red value is 235 (92.19% from 255 or 68.31% from 344); Green value is 0 (0.39% from 255 or 0% from 344); Blue value is 109 (42.97% from 255 or 31.69% from 344); Max value from RGB is 235 - color contains mainly: red. Hex color #EB006D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EB006D is #14FF92. Grayscale: #525252. Windows color (decimal): -1376147 or 7143659. OLE color: 7143659.

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

Color convert

RGB2350109-
CMYK010.540.08
HSL332.17º100%46.08%-
HSV(B)332.17º100%92.16%-
XYZ37.0218.7716.14-
YUV82.69142.86236.64-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 68.31%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 109 (42.97% from 255) = 31.69%
R=68.31%
G=0%
B=31.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.54
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2350109010.540.08332.1710046.08
HexEB06D06436814c642e
Octal35301550144661051414456
Binary11101011011011010110010011011010001010011001100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB006D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB006D; }

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

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

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

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

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

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

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

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