#EC9BC6

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

Shades of Shocking #EC9BC6

Tints of Shocking #EC9BC6

Color information

#EC9BC6 (or 0xEC9BC6) is unknown color: approx Shocking. HEX triplet: EC, 9B and C6. RGB value is (236,155,198). Sum of RGB (Red+Green+Blue) = 236+155+198=589 (78% of max value = 765). Red value is 236 (92.58% from 255 or 40.07% from 589); Green value is 155 (60.94% from 255 or 26.32% from 589); Blue value is 198 (77.73% from 255 or 33.62% from 589); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9BC6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC9BC6 is #136439. Grayscale: #B8B8B8. Windows color (decimal): -1270842 or 13016044. OLE color: 13016044.

HSL color Cylindrical-coordinate representation of color #EC9BC6: hue angle of 328.15º degrees, saturation: 0.68, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EC9BC6 is Cyan = 0, Magento = 0.34, Yellow = 0.16 and Black (K on CMYK) = 0.07.

Color convert

RGB236155198-
CMYK00.340.160.07
HSL328.15º68.07%76.67%-
HSV(B)328.15º34.32%92.55%-
XYZ56.5145.3559.2-
YUV184.12135.84165-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 40.07%
GREEN value IS 155 (60.94% from 255) = 26.32%
BLUE value IS 198 (77.73% from 255) = 33.62%
R=40.07%
G=26.32%
B=33.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.16
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23615519800.340.160.07328.1568.0776.67
HexEC9BC6022107148444d
Octal354233306042207510104115
Binary11101100100110111100011001000101000011110100100010001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC9BC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC9BC6; }

 p { color: rgb(236,155,198); }

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

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

 a { background-color: rgb(236,155,198); }

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

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

 span { border-color: rgb(236,155,198); }

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