#EC99BB

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

Shades of Shocking #EC99BB

Tints of Shocking #EC99BB

Color information

#EC99BB (or 0xEC99BB) is unknown color: approx Shocking. HEX triplet: EC, 99 and BB. RGB value is (236,153,187). Sum of RGB (Red+Green+Blue) = 236+153+187=576 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.97% from 576); Green value is 153 (60.16% from 255 or 26.56% from 576); Blue value is 187 (73.44% from 255 or 32.47% from 576); Max value from RGB is 236 - color contains mainly: red. Hex color #EC99BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC99BB is #136644. Grayscale: #B5B5B5. Windows color (decimal): -1271365 or 12294636. OLE color: 12294636.

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

Color convert

RGB236153187-
CMYK00.350.210.07
HSL335.42º68.6%76.27%-
HSV(B)335.42º35.17%92.55%-
XYZ54.9544.252.65-
YUV181.69131166.74-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 40.97%
GREEN value IS 153 (60.16% from 255) = 26.56%
BLUE value IS 187 (73.44% from 255) = 32.47%
R=40.97%
G=26.56%
B=32.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.21
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23615318700.350.210.07335.4268.676.27
HexEC99BB02315714f454c
Octal354231273043257517105114
Binary11101100100110011011101101000111010111110100111110001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC99BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC99BB; }

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

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

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

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

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

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

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

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