#EC95BB

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

Shades of Shocking #EC95BB

Tints of Shocking #EC95BB

Color information

#EC95BB (or 0xEC95BB) is unknown color: approx Shocking. HEX triplet: EC, 95 and BB. RGB value is (236,149,187). Sum of RGB (Red+Green+Blue) = 236+149+187=572 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.26% from 572); Green value is 149 (58.59% from 255 or 26.05% from 572); Blue value is 187 (73.44% from 255 or 32.69% from 572); Max value from RGB is 236 - color contains mainly: red. Hex color #EC95BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC95BB is #136A44. Grayscale: #B3B3B3. Windows color (decimal): -1272389 or 12293612. OLE color: 12293612.

HSL color Cylindrical-coordinate representation of color #EC95BB: hue angle of 333.79º 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 #EC95BB is Cyan = 0, Magento = 0.37, Yellow = 0.21 and Black (K on CMYK) = 0.07.

Color convert

RGB236149187-
CMYK00.370.210.07
HSL333.79º69.6%75.49%-
HSV(B)333.79º36.86%92.55%-
XYZ54.3142.9252.43-
YUV179.34132.32168.41-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 41.26%
GREEN value IS 149 (58.59% from 255) = 26.05%
BLUE value IS 187 (73.44% from 255) = 32.69%
R=41.26%
G=26.05%
B=32.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.21
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23614918700.370.210.07333.7969.675.49
HexEC95BB02515714e464b
Octal354225273045257516106113
Binary11101100100101011011101101001011010111110100111010001101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC95BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC95BB; }

 p { color: rgb(236,149,187); }

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

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

 a { background-color: rgb(236,149,187); }

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

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

 span { border-color: rgb(236,149,187); }

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