#EB0365

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

Shades of Razzmatazz #EB0365

Tints of Razzmatazz #EB0365

Color information

#EB0365 (or 0xEB0365) is unknown color: approx Razzmatazz. HEX triplet: EB, 03 and 65. RGB value is (235,3,101). Sum of RGB (Red+Green+Blue) = 235+3+101=339 (44% of max value = 765). Red value is 235 (92.19% from 255 or 69.32% from 339); Green value is 3 (1.56% from 255 or 0.88% from 339); Blue value is 101 (39.84% from 255 or 29.79% from 339); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0365 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EB0365 is #14FC9A. Grayscale: #535353. Windows color (decimal): -1375387 or 6620139. OLE color: 6620139.

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

Color convert

RGB2353101-
CMYK00.990.570.08
HSL334.66º97.48%46.67%-
HSV(B)334.66º98.72%92.16%-
XYZ36.6418.6713.98-
YUV83.54137.86236.03-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 69.32%
GREEN value IS 3 (1.56% from 255) = 0.88%
BLUE value IS 101 (39.84% from 255) = 29.79%
R=69.32%
G=0.88%
B=29.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.57
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal235310100.990.570.08334.6697.4846.67
HexEB36506339814f612f
Octal35331450143711051714157
Binary111010111111001010110001111100110001010011111100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB0365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB0365; }

 p { color: rgb(235,3,101); }

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

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

 a { background-color: rgb(235,3,101); }

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

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

 span { border-color: rgb(235,3,101); }

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