#EC0E4D

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

Shades of Razzmatazz #EC0E4D

Tints of Razzmatazz #EC0E4D

Color information

#EC0E4D (or 0xEC0E4D) is unknown color: approx Razzmatazz. HEX triplet: EC, 0E and 4D. RGB value is (236,14,77). Sum of RGB (Red+Green+Blue) = 236+14+77=327 (43% of max value = 765). Red value is 236 (92.58% from 255 or 72.17% from 327); Green value is 14 (5.86% from 255 or 4.28% from 327); Blue value is 77 (30.47% from 255 or 23.55% from 327); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0E4D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC0E4D is #13F1B2. Grayscale: #575757. Windows color (decimal): -1307059 or 5050092. OLE color: 5050092.

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

Color convert

RGB2361477-
CMYK00.940.670.07
HSL342.97º88.8%49.02%-
HSV(B)342.97º94.07%92.55%-
XYZ36.0918.688.73-
YUV87.56122.05233.88-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 72.17%
GREEN value IS 14 (5.86% from 255) = 4.28%
BLUE value IS 77 (30.47% from 255) = 23.55%
R=72.17%
G=4.28%
B=23.55%

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
Decimal236147700.940.670.07342.9788.849.02
HexECE4D05E4371575931
Octal354161150136103752713161
Binary11101100111010011010101111010000111111010101111011001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC0E4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC0E4D; }

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

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

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

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

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

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

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

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