#ec98cc

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

Shades of Shocking #EC98CC

Tints of Shocking #EC98CC

Color information

#EC98CC (or 0xEC98CC) is unknown color: approx Shocking. HEX triplet: EC, 98 and CC. RGB value is (236,152,204). Sum of RGB (Red+Green+Blue) = 236+152+204=592 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.86% from 592); Green value is 152 (59.77% from 255 or 25.68% from 592); Blue value is 204 (80.08% from 255 or 34.46% from 592); Max value from RGB is 236 - color contains mainly: red. Hex color #EC98CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC98CC is #136733. Grayscale: #B6B6B6. Windows color (decimal): -1271604 or 13408492. OLE color: 13408492.

HSL color Cylindrical-coordinate representation of color #EC98CC: hue angle of 322.86º degrees, saturation: 0.69, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EC98CC is Cyan = 0, Magento = 0.36, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB236152204-
CMYK00.360.140.07
HSL322.86º68.85%76.08%-
HSV(B)322.86º35.59%92.55%-
XYZ56.7244.6562.76-
YUV183.04139.83165.77-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 39.86%
GREEN value IS 152 (59.77% from 255) = 25.68%
BLUE value IS 204 (80.08% from 255) = 34.46%
R=39.86%
G=25.68%
B=34.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23615220400.360.140.07322.8668.8576.08
HexEC98CC024E7143454c
Octal354230314044167503105114
Binary1110110010011000110011000100100111011110100001110001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ec98cc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ec98cc; }

 p { color: rgb(236,152,204); }

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

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

 a { background-color: rgb(236,152,204); }

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

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

 span { border-color: rgb(236,152,204); }

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