#EC9ABD

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

Shades of Shocking #EC9ABD

Tints of Shocking #EC9ABD

Color information

#EC9ABD (or 0xEC9ABD) is unknown color: approx Shocking. HEX triplet: EC, 9A and BD. RGB value is (236,154,189). Sum of RGB (Red+Green+Blue) = 236+154+189=579 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.76% from 579); Green value is 154 (60.55% from 255 or 26.60% from 579); Blue value is 189 (74.22% from 255 or 32.64% from 579); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9ABD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC9ABD is #136542. Grayscale: #B6B6B6. Windows color (decimal): -1271107 or 12425964. OLE color: 12425964.

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

Color convert

RGB236154189-
CMYK00.350.200.07
HSL334.39º68.33%76.47%-
HSV(B)334.39º34.75%92.55%-
XYZ55.3344.6253.84-
YUV182.51131.67166.15-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 40.76%
GREEN value IS 154 (60.55% from 255) = 26.60%
BLUE value IS 189 (74.22% from 255) = 32.64%
R=40.76%
G=26.60%
B=32.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.20
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23615418900.350.200.07334.3968.3376.47
HexEC9ABD02314714e444c
Octal354232275043247516104114
Binary11101100100110101011110101000111010011110100111010001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC9ABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC9ABD; }

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

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

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

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

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

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

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

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