#EC8DBD

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

Shades of Shocking #EC8DBD

Tints of Shocking #EC8DBD

Color information

#EC8DBD (or 0xEC8DBD) is unknown color: approx Shocking. HEX triplet: EC, 8D and BD. RGB value is (236,141,189). Sum of RGB (Red+Green+Blue) = 236+141+189=566 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.70% from 566); Green value is 141 (55.47% from 255 or 24.91% from 566); Blue value is 189 (74.22% from 255 or 33.39% from 566); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8DBD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC8DBD is #137242. Grayscale: #AEAEAE. Windows color (decimal): -1274435 or 12422636. OLE color: 12422636.

HSL color Cylindrical-coordinate representation of color #EC8DBD: hue angle of 329.68º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EC8DBD is Cyan = 0, Magento = 0.40, Yellow = 0.20 and Black (K on CMYK) = 0.07.

Color convert

RGB236141189-
CMYK00.400.200.07
HSL329.68º71.43%73.92%-
HSV(B)329.68º40.25%92.55%-
XYZ53.340.5653.16-
YUV174.88135.97171.6-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 41.70%
GREEN value IS 141 (55.47% from 255) = 24.91%
BLUE value IS 189 (74.22% from 255) = 33.39%
R=41.70%
G=24.91%
B=33.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.20
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23614118900.400.200.07329.6871.4373.92
HexEC8DBD02814714a474a
Octal354215275050247512107112
Binary11101100100011011011110101010001010011110100101010001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC8DBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC8DBD; }

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

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

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

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

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

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

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

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