#EC0F4D

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

Shades of Razzmatazz #EC0F4D

Tints of Razzmatazz #EC0F4D

Color information

#EC0F4D (or 0xEC0F4D) is unknown color: approx Razzmatazz. HEX triplet: EC, 0F and 4D. RGB value is (236,15,77). Sum of RGB (Red+Green+Blue) = 236+15+77=328 (43% of max value = 765). Red value is 236 (92.58% from 255 or 71.95% from 328); Green value is 15 (6.25% from 255 or 4.57% from 328); Blue value is 77 (30.47% from 255 or 23.48% from 328); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0F4D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC0F4D is #13F0B2. Grayscale: #585858. Windows color (decimal): -1306803 or 5050348. OLE color: 5050348.

HSL color Cylindrical-coordinate representation of color #EC0F4D: hue angle of 343.17º 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 #EC0F4D is Cyan = 0, Magento = 0.94, Yellow = 0.67 and Black (K on CMYK) = 0.07.

Color convert

RGB2361577-
CMYK00.940.670.07
HSL343.17º88.05%49.22%-
HSV(B)343.17º93.64%92.55%-
XYZ36.118.718.73-
YUV88.15121.72233.46-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 71.95%
GREEN value IS 15 (6.25% from 255) = 4.57%
BLUE value IS 77 (30.47% from 255) = 23.48%
R=71.95%
G=4.57%
B=23.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.67
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal236157700.940.670.07343.1788.0549.22
HexECF4D05E4371575831
Octal354171150136103752713061
Binary11101100111110011010101111010000111111010101111011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC0F4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC0F4D; }

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

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

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

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

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

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

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

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