#EC99BA

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

Shades of Shocking #EC99BA

Tints of Shocking #EC99BA

Color information

#EC99BA (or 0xEC99BA) is unknown color: approx Shocking. HEX triplet: EC, 99 and BA. RGB value is (236,153,186). Sum of RGB (Red+Green+Blue) = 236+153+186=575 (76% of max value = 765). Red value is 236 (92.58% from 255 or 41.04% from 575); Green value is 153 (60.16% from 255 or 26.61% from 575); Blue value is 186 (73.05% from 255 or 32.35% from 575); Max value from RGB is 236 - color contains mainly: red. Hex color #EC99BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC99BA is #136645. Grayscale: #B5B5B5. Windows color (decimal): -1271366 or 12229100. OLE color: 12229100.

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

Color convert

RGB236153186-
CMYK00.350.210.07
HSL336.14º68.6%76.27%-
HSV(B)336.14º35.17%92.55%-
XYZ54.8544.1652.09-
YUV181.58130.5166.82-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 41.04%
GREEN value IS 153 (60.16% from 255) = 26.61%
BLUE value IS 186 (73.05% from 255) = 32.35%
R=41.04%
G=26.61%
B=32.35%

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
Decimal23615318600.350.210.07336.1468.676.27
HexEC99BA023157150454c
Octal354231272043257520105114
Binary11101100100110011011101001000111010111110101000010001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC99BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC99BA; }

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

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

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

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

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

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

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

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