#EB045C

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

Shades of Razzmatazz #EB045C

Tints of Razzmatazz #EB045C

Color information

#EB045C (or 0xEB045C) is unknown color: approx Razzmatazz. HEX triplet: EB, 04 and 5C. RGB value is (235,4,92). Sum of RGB (Red+Green+Blue) = 235+4+92=331 (43% of max value = 765). Red value is 235 (92.19% from 255 or 71.00% from 331); Green value is 4 (1.95% from 255 or 1.21% from 331); Blue value is 92 (36.33% from 255 or 27.79% from 331); Max value from RGB is 235 - color contains mainly: red. Hex color #EB045C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EB045C is #14FBA3. Grayscale: #525252. Windows color (decimal): -1375140 or 6030571. OLE color: 6030571.

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

Color convert

RGB235492-
CMYK00.980.610.08
HSL337.14º96.65%46.86%-
HSV(B)337.14º98.3%92.16%-
XYZ36.2418.5211.79-
YUV83.1133.03236.34-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 71.00%
GREEN value IS 4 (1.95% from 255) = 1.21%
BLUE value IS 92 (36.33% from 255) = 27.79%
R=71.00%
G=1.21%
B=27.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.61
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23549200.980.610.08337.1496.6546.86
HexEB45C0623D8151612f
Octal35341340142751052114157
Binary1110101110010111000110001011110110001010100011100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB045C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB045C; }

 p { color: rgb(235,4,92); }

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

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

 a { background-color: rgb(235,4,92); }

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

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

 span { border-color: rgb(235,4,92); }

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