#EC8DC1

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

Shades of Shocking #EC8DC1

Tints of Shocking #EC8DC1

Color information

#EC8DC1 (or 0xEC8DC1) is unknown color: approx Shocking. HEX triplet: EC, 8D and C1. RGB value is (236,141,193). Sum of RGB (Red+Green+Blue) = 236+141+193=570 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.40% from 570); Green value is 141 (55.47% from 255 or 24.74% from 570); Blue value is 193 (75.78% from 255 or 33.86% from 570); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8DC1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC8DC1 is #13723E. Grayscale: #AFAFAF. Windows color (decimal): -1274431 or 12684780. OLE color: 12684780.

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

Color convert

RGB236141193-
CMYK00.400.180.07
HSL327.16º71.43%73.92%-
HSV(B)327.16º40.25%92.55%-
XYZ53.7440.7355.48-
YUV175.33137.97171.27-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 41.40%
GREEN value IS 141 (55.47% from 255) = 24.74%
BLUE value IS 193 (75.78% from 255) = 33.86%
R=41.40%
G=24.74%
B=33.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.18
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23614119300.400.180.07327.1671.4373.92
HexEC8DC1028127147474a
Octal354215301050227507107112
Binary11101100100011011100000101010001001011110100011110001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC8DC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC8DC1; }

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

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

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

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

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

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

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

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