#EC115A

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

Shades of Razzmatazz #EC115A

Tints of Razzmatazz #EC115A

Color information

#EC115A (or 0xEC115A) is unknown color: approx Razzmatazz. HEX triplet: EC, 11 and 5A. RGB value is (236,17,90). Sum of RGB (Red+Green+Blue) = 236+17+90=343 (45% of max value = 765). Red value is 236 (92.58% from 255 or 68.80% from 343); Green value is 17 (7.03% from 255 or 4.96% from 343); Blue value is 90 (35.55% from 255 or 26.24% from 343); Max value from RGB is 236 - color contains mainly: red. Hex color #EC115A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC115A is #13EEA5. Grayscale: #5A5A5A. Windows color (decimal): -1306278 or 5902828. OLE color: 5902828.

HSL color Cylindrical-coordinate representation of color #EC115A: hue angle of 340º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EC115A is Cyan = 0, Magento = 0.93, Yellow = 0.62 and Black (K on CMYK) = 0.07.

Color convert

RGB2361790-
CMYK00.930.620.07
HSL340º86.56%49.61%-
HSV(B)340º92.8%92.55%-
XYZ36.6418.9711.4-
YUV90.8127.55231.56-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 68.80%
GREEN value IS 17 (7.03% from 255) = 4.96%
BLUE value IS 90 (35.55% from 255) = 26.24%
R=68.80%
G=4.96%
B=26.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.62
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal236179000.930.620.0734086.5649.61
HexEC115A05D3E71545732
Octal35421132013576752412762
Binary11101100100011011010010111011111101111010101001010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC115A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC115A; }

 p { color: rgb(236,17,90); }

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

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

 a { background-color: rgb(236,17,90); }

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

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

 span { border-color: rgb(236,17,90); }

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