#EC91BB

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

Shades of Shocking #EC91BB

Tints of Shocking #EC91BB

Color information

#EC91BB (or 0xEC91BB) is unknown color: approx Shocking. HEX triplet: EC, 91 and BB. RGB value is (236,145,187). Sum of RGB (Red+Green+Blue) = 236+145+187=568 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.55% from 568); Green value is 145 (57.03% from 255 or 25.53% from 568); Blue value is 187 (73.44% from 255 or 32.92% from 568); Max value from RGB is 236 - color contains mainly: red. Hex color #EC91BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC91BB is #136E44. Grayscale: #B0B0B0. Windows color (decimal): -1273413 or 12292588. OLE color: 12292588.

HSL color Cylindrical-coordinate representation of color #EC91BB: hue angle of 332.31º degrees, saturation: 0.71, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #EC91BB is Cyan = 0, Magento = 0.39, Yellow = 0.21 and Black (K on CMYK) = 0.07.

Color convert

RGB236145187-
CMYK00.390.210.07
HSL332.31º70.54%74.71%-
HSV(B)332.31º38.56%92.55%-
XYZ53.6941.6752.23-
YUV177133.65170.08-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 41.55%
GREEN value IS 145 (57.03% from 255) = 25.53%
BLUE value IS 187 (73.44% from 255) = 32.92%
R=41.55%
G=25.53%
B=32.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.21
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23614518700.390.210.07332.3170.5474.71
HexEC91BB02715714c474b
Octal354221273047257514107113
Binary11101100100100011011101101001111010111110100110010001111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC91BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC91BB; }

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

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

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

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

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

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

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

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