#EC9BCB

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

Shades of Shocking #EC9BCB

Tints of Shocking #EC9BCB

Color information

#EC9BCB (or 0xEC9BCB) is unknown color: approx Shocking. HEX triplet: EC, 9B and CB. RGB value is (236,155,203). Sum of RGB (Red+Green+Blue) = 236+155+203=594 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.73% from 594); Green value is 155 (60.94% from 255 or 26.09% from 594); Blue value is 203 (79.69% from 255 or 34.18% from 594); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9BCB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC9BCB is #136434. Grayscale: #B8B8B8. Windows color (decimal): -1270837 or 13343724. OLE color: 13343724.

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

Color convert

RGB236155203-
CMYK00.340.140.07
HSL324.44º68.07%76.67%-
HSV(B)324.44º34.32%92.55%-
XYZ57.0945.5962.29-
YUV184.69138.34164.6-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 39.73%
GREEN value IS 155 (60.94% from 255) = 26.09%
BLUE value IS 203 (79.69% from 255) = 34.18%
R=39.73%
G=26.09%
B=34.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23615520300.340.140.07324.4468.0776.67
HexEC9BCB022E7144444d
Octal354233313042167504104115
Binary1110110010011011110010110100010111011110100010010001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC9BCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC9BCB; }

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

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

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

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

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

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

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

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