#EC0F4C

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

Shades of Razzmatazz #EC0F4C

Tints of Razzmatazz #EC0F4C

Color information

#EC0F4C (or 0xEC0F4C) is unknown color: approx Razzmatazz. HEX triplet: EC, 0F and 4C. RGB value is (236,15,76). Sum of RGB (Red+Green+Blue) = 236+15+76=327 (43% of max value = 765). Red value is 236 (92.58% from 255 or 72.17% from 327); Green value is 15 (6.25% from 255 or 4.59% from 327); Blue value is 76 (30.08% from 255 or 23.24% from 327); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0F4C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC0F4C is #13F0B3. Grayscale: #585858. Windows color (decimal): -1306804 or 4984812. OLE color: 4984812.

HSL color Cylindrical-coordinate representation of color #EC0F4C: hue angle of 343.44º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EC0F4C is Cyan = 0, Magento = 0.94, Yellow = 0.68 and Black (K on CMYK) = 0.07.

Color convert

RGB2361576-
CMYK00.940.680.07
HSL343.44º88.05%49.22%-
HSV(B)343.44º93.64%92.55%-
XYZ36.0718.78.55-
YUV88.03121.22233.54-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 72.17%
GREEN value IS 15 (6.25% from 255) = 4.59%
BLUE value IS 76 (30.08% from 255) = 23.24%
R=72.17%
G=4.59%
B=23.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.68
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal236157600.940.680.07343.4488.0549.22
HexECF4C05E4471575831
Octal354171140136104752713061
Binary11101100111110011000101111010001001111010101111011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC0F4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC0F4C; }

 p { color: rgb(236,15,76); }

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

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

 a { background-color: rgb(236,15,76); }

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

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

 span { border-color: rgb(236,15,76); }

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