#EC046F

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

Shades of Razzmatazz #EC046F

Tints of Razzmatazz #EC046F

Color information

#EC046F (or 0xEC046F) is unknown color: approx Razzmatazz. HEX triplet: EC, 04 and 6F. RGB value is (236,4,111). Sum of RGB (Red+Green+Blue) = 236+4+111=351 (46% of max value = 765). Red value is 236 (92.58% from 255 or 67.24% from 351); Green value is 4 (1.95% from 255 or 1.14% from 351); Blue value is 111 (43.75% from 255 or 31.62% from 351); Max value from RGB is 236 - color contains mainly: red. Hex color #EC046F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC046F is #13FB90. Grayscale: #555555. Windows color (decimal): -1309585 or 7275756. OLE color: 7275756.

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

Color convert

RGB2364111-
CMYK00.980.530.07
HSL332.33º96.67%47.06%-
HSV(B)332.33º98.31%92.55%-
XYZ37.519.0716.74-
YUV85.57142.36235.3-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 67.24%
GREEN value IS 4 (1.95% from 255) = 1.14%
BLUE value IS 111 (43.75% from 255) = 31.62%
R=67.24%
G=1.14%
B=31.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.53
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal236411100.980.530.07332.3396.6747.06
HexEC46F06235714c612f
Octal3544157014265751414157
Binary111011001001101111011000101101011111010011001100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC046F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC046F; }

 p { color: rgb(236,4,111); }

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

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

 a { background-color: rgb(236,4,111); }

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

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

 span { border-color: rgb(236,4,111); }

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