#EC9ABE

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

Shades of Shocking #EC9ABE

Tints of Shocking #EC9ABE

Color information

#EC9ABE (or 0xEC9ABE) is unknown color: approx Shocking. HEX triplet: EC, 9A and BE. RGB value is (236,154,190). Sum of RGB (Red+Green+Blue) = 236+154+190=580 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.69% from 580); Green value is 154 (60.55% from 255 or 26.55% from 580); Blue value is 190 (74.61% from 255 or 32.76% from 580); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9ABE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC9ABE is #136541. Grayscale: #B6B6B6. Windows color (decimal): -1271106 or 12491500. OLE color: 12491500.

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

Color convert

RGB236154190-
CMYK00.350.190.07
HSL333.66º68.33%76.47%-
HSV(B)333.66º34.75%92.55%-
XYZ55.4444.6654.41-
YUV182.62132.17166.07-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 40.69%
GREEN value IS 154 (60.55% from 255) = 26.55%
BLUE value IS 190 (74.61% from 255) = 32.76%
R=40.69%
G=26.55%
B=32.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.19
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23615419000.350.190.07333.6668.3376.47
HexEC9ABE02313714e444c
Octal354232276043237516104114
Binary11101100100110101011111001000111001111110100111010001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC9ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC9ABE; }

 p { color: rgb(236,154,190); }

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

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

 a { background-color: rgb(236,154,190); }

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

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

 span { border-color: rgb(236,154,190); }

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