#EC95CB

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

Shades of Shocking #EC95CB

Tints of Shocking #EC95CB

Color information

#EC95CB (or 0xEC95CB) is unknown color: approx Shocking. HEX triplet: EC, 95 and CB. RGB value is (236,149,203). Sum of RGB (Red+Green+Blue) = 236+149+203=588 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.14% from 588); Green value is 149 (58.59% from 255 or 25.34% from 588); Blue value is 203 (79.69% from 255 or 34.52% from 588); Max value from RGB is 236 - color contains mainly: red. Hex color #EC95CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC95CB is #136A34. Grayscale: #B5B5B5. Windows color (decimal): -1272373 or 13342188. OLE color: 13342188.

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

Color convert

RGB236149203-
CMYK00.370.140.07
HSL322.76º69.6%75.49%-
HSV(B)322.76º36.86%92.55%-
XYZ56.1243.6461.97-
YUV181.17140.32167.11-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 40.14%
GREEN value IS 149 (58.59% from 255) = 25.34%
BLUE value IS 203 (79.69% from 255) = 34.52%
R=40.14%
G=25.34%
B=34.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23614920300.370.140.07322.7669.675.49
HexEC95CB025E7143464b
Octal354225313045167503106113
Binary1110110010010101110010110100101111011110100001110001101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC95CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC95CB; }

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

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

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

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

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

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

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

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