#EC8DBB

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

Shades of Shocking #EC8DBB

Tints of Shocking #EC8DBB

Color information

#EC8DBB (or 0xEC8DBB) is unknown color: approx Shocking. HEX triplet: EC, 8D and BB. RGB value is (236,141,187). Sum of RGB (Red+Green+Blue) = 236+141+187=564 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.84% from 564); Green value is 141 (55.47% from 255 or 25% from 564); Blue value is 187 (73.44% from 255 or 33.16% from 564); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8DBB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC8DBB is #137244. Grayscale: #AEAEAE. Windows color (decimal): -1274437 or 12291564. OLE color: 12291564.

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

Color convert

RGB236141187-
CMYK00.400.210.07
HSL330.95º71.43%73.92%-
HSV(B)330.95º40.25%92.55%-
XYZ53.0940.4752.03-
YUV174.65134.97171.76-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 41.84%
GREEN value IS 141 (55.47% from 255) = 25%
BLUE value IS 187 (73.44% from 255) = 33.16%
R=41.84%
G=25%
B=33.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.21
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23614118700.400.210.07330.9571.4373.92
HexEC8DBB02815714b474a
Octal354215273050257513107112
Binary11101100100011011011101101010001010111110100101110001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC8DBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC8DBB; }

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

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

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

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

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

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

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

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