#EC015B

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

Shades of Razzmatazz #EC015B

Tints of Razzmatazz #EC015B

Color information

#EC015B (or 0xEC015B) is unknown color: approx Razzmatazz. HEX triplet: EC, 01 and 5B. RGB value is (236,1,91). Sum of RGB (Red+Green+Blue) = 236+1+91=328 (43% of max value = 765). Red value is 236 (92.58% from 255 or 71.95% from 328); Green value is 1 (0.78% from 255 or 0.30% from 328); Blue value is 91 (35.94% from 255 or 27.74% from 328); Max value from RGB is 236 - color contains mainly: red. Hex color #EC015B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC015B is #13FEA4. Grayscale: #515151. Windows color (decimal): -1310373 or 5964268. OLE color: 5964268.

HSL color Cylindrical-coordinate representation of color #EC015B: hue angle of 337.02º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EC015B is Cyan = 0, Magento = 1.00, Yellow = 0.61 and Black (K on CMYK) = 0.07.

Color convert

RGB236191-
CMYK01.000.610.07
HSL337.02º99.16%46.47%-
HSV(B)337.02º99.58%92.55%-
XYZ36.4918.6111.57-
YUV81.52133.36238.18-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 71.95%
GREEN value IS 1 (0.78% from 255) = 0.30%
BLUE value IS 91 (35.94% from 255) = 27.74%
R=71.95%
G=0.30%
B=27.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1.00
Y (Yellow) values IS 0.61
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23619101.000.610.07337.0299.1646.47
HexEC15B0643D7151632e
Octal3541133014475752114356
Binary1110110011011011011001001111011111010100011100011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC015B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC015B; }

 p { color: rgb(236,1,91); }

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

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

 a { background-color: rgb(236,1,91); }

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

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

 span { border-color: rgb(236,1,91); }

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