#EB0A66

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

Shades of Razzmatazz #EB0A66

Tints of Razzmatazz #EB0A66

Color information

#EB0A66 (or 0xEB0A66) is unknown color: approx Razzmatazz. HEX triplet: EB, 0A and 66. RGB value is (235,10,102). Sum of RGB (Red+Green+Blue) = 235+10+102=347 (45% of max value = 765). Red value is 235 (92.19% from 255 or 67.72% from 347); Green value is 10 (4.30% from 255 or 2.88% from 347); Blue value is 102 (40.23% from 255 or 29.39% from 347); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0A66 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EB0A66 is #14F599. Grayscale: #575757. Windows color (decimal): -1373594 or 6687467. OLE color: 6687467.

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

Color convert

RGB23510102-
CMYK00.960.570.08
HSL335.47º91.84%48.04%-
HSV(B)335.47º95.74%92.16%-
XYZ36.7718.8414.27-
YUV87.76136.04233.02-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 67.72%
GREEN value IS 10 (4.30% from 255) = 2.88%
BLUE value IS 102 (40.23% from 255) = 29.39%
R=67.72%
G=2.88%
B=29.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.57
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2351010200.960.570.08335.4791.8448.04
HexEBA6606039814f5c30
Octal353121460140711051713460
Binary11101011101011001100110000011100110001010011111011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB0A66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB0A66; }

 p { color: rgb(235,10,102); }

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

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

 a { background-color: rgb(235,10,102); }

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

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

 span { border-color: rgb(235,10,102); }

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