#EB0A58

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

Shades of Razzmatazz #EB0A58

Tints of Razzmatazz #EB0A58

Color information

#EB0A58 (or 0xEB0A58) is unknown color: approx Razzmatazz. HEX triplet: EB, 0A and 58. RGB value is (235,10,88). Sum of RGB (Red+Green+Blue) = 235+10+88=333 (44% of max value = 765). Red value is 235 (92.19% from 255 or 70.57% from 333); Green value is 10 (4.30% from 255 or 3.00% from 333); Blue value is 88 (34.77% from 255 or 26.43% from 333); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0A58 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EB0A58 is #14F5A7. Grayscale: #565656. Windows color (decimal): -1373608 or 5769963. OLE color: 5769963.

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

Color convert

RGB2351088-
CMYK00.960.630.08
HSL339.2º91.84%48.04%-
HSV(B)339.2º95.74%92.16%-
XYZ36.1318.5810.92-
YUV86.17129.04234.16-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 70.57%
GREEN value IS 10 (4.30% from 255) = 3.00%
BLUE value IS 88 (34.77% from 255) = 26.43%
R=70.57%
G=3.00%
B=26.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.63
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal235108800.960.630.08339.291.8448.04
HexEBA580603F81535c30
Octal353121300140771052313460
Binary11101011101010110000110000011111110001010100111011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB0A58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB0A58; }

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

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

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

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

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

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

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

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