#EC99BC

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

Shades of Shocking #EC99BC

Tints of Shocking #EC99BC

Color information

#EC99BC (or 0xEC99BC) is unknown color: approx Shocking. HEX triplet: EC, 99 and BC. RGB value is (236,153,188). Sum of RGB (Red+Green+Blue) = 236+153+188=577 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.90% from 577); Green value is 153 (60.16% from 255 or 26.52% from 577); Blue value is 188 (73.83% from 255 or 32.58% from 577); Max value from RGB is 236 - color contains mainly: red. Hex color #EC99BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC99BC is #136643. Grayscale: #B5B5B5. Windows color (decimal): -1271364 or 12360172. OLE color: 12360172.

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

Color convert

RGB236153188-
CMYK00.350.200.07
HSL334.7º68.6%76.27%-
HSV(B)334.7º35.17%92.55%-
XYZ55.0644.2553.22-
YUV181.81131.5166.65-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 40.90%
GREEN value IS 153 (60.16% from 255) = 26.52%
BLUE value IS 188 (73.83% from 255) = 32.58%
R=40.90%
G=26.52%
B=32.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.20
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23615318800.350.200.07334.768.676.27
HexEC99BC02314714f454c
Octal354231274043247517105114
Binary11101100100110011011110001000111010011110100111110001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC99BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC99BC; }

 p { color: rgb(236,153,188); }

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

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

 a { background-color: rgb(236,153,188); }

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

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

 span { border-color: rgb(236,153,188); }

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