#EC94BD

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

Shades of Shocking #EC94BD

Tints of Shocking #EC94BD

Color information

#EC94BD (or 0xEC94BD) is unknown color: approx Shocking. HEX triplet: EC, 94 and BD. RGB value is (236,148,189). Sum of RGB (Red+Green+Blue) = 236+148+189=573 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.19% from 573); Green value is 148 (58.20% from 255 or 25.83% from 573); Blue value is 189 (74.22% from 255 or 32.98% from 573); Max value from RGB is 236 - color contains mainly: red. Hex color #EC94BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC94BD is #136B42. Grayscale: #B2B2B2. Windows color (decimal): -1272643 or 12424428. OLE color: 12424428.

HSL color Cylindrical-coordinate representation of color #EC94BD: hue angle of 332.05º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EC94BD is Cyan = 0, Magento = 0.37, Yellow = 0.20 and Black (K on CMYK) = 0.07.

Color convert

RGB236148189-
CMYK00.370.200.07
HSL332.05º69.84%75.29%-
HSV(B)332.05º37.29%92.55%-
XYZ54.3742.6953.52-
YUV178.99133.65168.67-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 41.19%
GREEN value IS 148 (58.20% from 255) = 25.83%
BLUE value IS 189 (74.22% from 255) = 32.98%
R=41.19%
G=25.83%
B=32.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.20
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23614818900.370.200.07332.0569.8475.29
HexEC94BD02514714c464b
Octal354224275045247514106113
Binary11101100100101001011110101001011010011110100110010001101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC94BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC94BD; }

 p { color: rgb(236,148,189); }

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

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

 a { background-color: rgb(236,148,189); }

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

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

 span { border-color: rgb(236,148,189); }

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