#ec0c4e

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

Shades of Razzmatazz #EC0C4E

Tints of Razzmatazz #EC0C4E

Color information

#EC0C4E (or 0xEC0C4E) is unknown color: approx Razzmatazz. HEX triplet: EC, 0C and 4E. RGB value is (236,12,78). Sum of RGB (Red+Green+Blue) = 236+12+78=326 (43% of max value = 765). Red value is 236 (92.58% from 255 or 72.39% from 326); Green value is 12 (5.08% from 255 or 3.68% from 326); Blue value is 78 (30.86% from 255 or 23.93% from 326); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0C4E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC0C4E is #13F3B1. Grayscale: #565656. Windows color (decimal): -1307570 or 5115116. OLE color: 5115116.

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

Color convert

RGB2361278-
CMYK00.950.670.07
HSL342.32º90.32%48.63%-
HSV(B)342.32º94.92%92.55%-
XYZ36.118.658.9-
YUV86.5123.21234.63-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 72.39%
GREEN value IS 12 (5.08% from 255) = 3.68%
BLUE value IS 78 (30.86% from 255) = 23.93%
R=72.39%
G=3.68%
B=23.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.67
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal236127800.950.670.07342.3290.3248.63
HexECC4E05F4371565a31
Octal354141160137103752613261
Binary11101100110010011100101111110000111111010101101011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ec0c4e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ec0c4e; }

 p { color: rgb(236,12,78); }

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

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

 a { background-color: rgb(236,12,78); }

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

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

 span { border-color: rgb(236,12,78); }

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