#EC95B7

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

Shades of Shocking #EC95B7

Tints of Shocking #EC95B7

Color information

#EC95B7 (or 0xEC95B7) is unknown color: approx Shocking. HEX triplet: EC, 95 and B7. RGB value is (236,149,183). Sum of RGB (Red+Green+Blue) = 236+149+183=568 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.55% from 568); Green value is 149 (58.59% from 255 or 26.23% from 568); Blue value is 183 (71.88% from 255 or 32.22% from 568); Max value from RGB is 236 - color contains mainly: red. Hex color #EC95B7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC95B7 is #136A48. Grayscale: #B2B2B2. Windows color (decimal): -1272393 or 12031468. OLE color: 12031468.

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

Color convert

RGB236149183-
CMYK00.370.220.07
HSL336.55º69.6%75.49%-
HSV(B)336.55º36.86%92.55%-
XYZ53.8942.7550.21-
YUV178.89130.32168.74-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 41.55%
GREEN value IS 149 (58.59% from 255) = 26.23%
BLUE value IS 183 (71.88% from 255) = 32.22%
R=41.55%
G=26.23%
B=32.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.22
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23614918300.370.220.07336.5569.675.49
HexEC95B7025167151464b
Octal354225267045267521106113
Binary11101100100101011011011101001011011011110101000110001101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC95B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC95B7; }

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

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

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

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

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

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

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

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