#EC94C7

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

Shades of Shocking #EC94C7

Tints of Shocking #EC94C7

Color information

#EC94C7 (or 0xEC94C7) is unknown color: approx Shocking. HEX triplet: EC, 94 and C7. RGB value is (236,148,199). Sum of RGB (Red+Green+Blue) = 236+148+199=583 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.48% from 583); Green value is 148 (58.20% from 255 or 25.39% from 583); Blue value is 199 (78.12% from 255 or 34.13% from 583); Max value from RGB is 236 - color contains mainly: red. Hex color #EC94C7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC94C7 is #136B38. Grayscale: #B4B4B4. Windows color (decimal): -1272633 or 13079788. OLE color: 13079788.

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

Color convert

RGB236148199-
CMYK00.370.160.07
HSL325.23º69.84%75.29%-
HSV(B)325.23º37.29%92.55%-
XYZ55.4943.1459.43-
YUV180.13138.65167.85-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 40.48%
GREEN value IS 148 (58.20% from 255) = 25.39%
BLUE value IS 199 (78.12% from 255) = 34.13%
R=40.48%
G=25.39%
B=34.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.16
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23614819900.370.160.07325.2369.8475.29
HexEC94C7025107145464b
Octal354224307045207505106113
Binary11101100100101001100011101001011000011110100010110001101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC94C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC94C7; }

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

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

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

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

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

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

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

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