#EC9FBD

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

Shades of Shocking #EC9FBD

Tints of Shocking #EC9FBD

Color information

#EC9FBD (or 0xEC9FBD) is unknown color: approx Shocking. HEX triplet: EC, 9F and BD. RGB value is (236,159,189). Sum of RGB (Red+Green+Blue) = 236+159+189=584 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.41% from 584); Green value is 159 (62.5% from 255 or 27.23% from 584); Blue value is 189 (74.22% from 255 or 32.36% from 584); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9FBD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC9FBD is #136042. Grayscale: #B9B9B9. Windows color (decimal): -1269827 or 12427244. OLE color: 12427244.

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

Color convert

RGB236159189-
CMYK00.330.200.07
HSL336.62º66.96%77.45%-
HSV(B)336.62º32.63%92.55%-
XYZ56.1846.354.12-
YUV185.44130.01164.06-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 40.41%
GREEN value IS 159 (62.5% from 255) = 27.23%
BLUE value IS 189 (74.22% from 255) = 32.36%
R=40.41%
G=27.23%
B=32.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.20
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23615918900.330.200.07336.6266.9677.45
HexEC9FBD021147151434d
Octal354237275041247521103115
Binary11101100100111111011110101000011010011110101000110000111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC9FBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC9FBD; }

 p { color: rgb(236,159,189); }

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

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

 a { background-color: rgb(236,159,189); }

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

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

 span { border-color: rgb(236,159,189); }

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