#E50C64

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

Shades of Razzmatazz #E50C64

Tints of Razzmatazz #E50C64

Color information

#E50C64 (or 0xE50C64) is unknown color: approx Razzmatazz. HEX triplet: E5, 0C and 64. RGB value is (229,12,100). Sum of RGB (Red+Green+Blue) = 229+12+100=341 (45% of max value = 765). Red value is 229 (89.84% from 255 or 67.16% from 341); Green value is 12 (5.08% from 255 or 3.52% from 341); Blue value is 100 (39.45% from 255 or 29.33% from 341); Max value from RGB is 229 - color contains mainly: red. Hex color #E50C64 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E50C64 is #1AF39B. Grayscale: #565656. Windows color (decimal): -1766300 or 6556901. OLE color: 6556901.

HSL color Cylindrical-coordinate representation of color #E50C64: hue angle of 335.67º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E50C64 is Cyan = 0, Magento = 0.95, Yellow = 0.56 and Black (K on CMYK) = 0.10.

Color convert

RGB22912100-
CMYK00.950.560.10
HSL335.67º90.04%47.25%-
HSV(B)335.67º94.76%89.8%-
XYZ34.7417.8413.67-
YUV86.92135.39229.34-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 67.16%
GREEN value IS 12 (5.08% from 255) = 3.52%
BLUE value IS 100 (39.45% from 255) = 29.33%
R=67.16%
G=3.52%
B=29.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.56
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2291210000.950.560.10335.6790.0447.25
HexE5C6405F38A1505a2f
Octal345141440137701252013257
Binary11100101110011001000101111111100010101010100001011010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E50C64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E50C64; }

 p { color: rgb(229,12,100); }

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

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

 a { background-color: rgb(229,12,100); }

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

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

 span { border-color: rgb(229,12,100); }

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