#EC89D6

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

Shades of Pale Magenta #EC89D6

Tints of Pale Magenta #EC89D6

Color information

#EC89D6 (or 0xEC89D6) is unknown color: approx Pale Magenta. HEX triplet: EC, 89 and D6. RGB value is (236,137,214). Sum of RGB (Red+Green+Blue) = 236+137+214=587 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.20% from 587); Green value is 137 (53.91% from 255 or 23.34% from 587); Blue value is 214 (83.98% from 255 or 36.46% from 587); Max value from RGB is 236 - color contains mainly: red. Hex color #EC89D6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC89D6 is #137629. Grayscale: #AFAFAF. Windows color (decimal): -1275434 or 14060012. OLE color: 14060012.

HSL color Cylindrical-coordinate representation of color #EC89D6: hue angle of 313.33º degrees, saturation: 0.72, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EC89D6 is Cyan = 0, Magento = 0.42, Yellow = 0.09 and Black (K on CMYK) = 0.07.

Color convert

RGB236137214-
CMYK00.420.090.07
HSL313.33º72.26%73.14%-
HSV(B)313.33º41.95%92.55%-
XYZ55.6840.5868.52-
YUV175.38149.8171.24-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 40.20%
GREEN value IS 137 (53.91% from 255) = 23.34%
BLUE value IS 214 (83.98% from 255) = 36.46%
R=40.20%
G=23.34%
B=36.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.09
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23613721400.420.090.07313.3372.2673.14
HexEC89D602A971394849
Octal354211326052117471110111
Binary1110110010001001110101100101010100111110011100110010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC89D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC89D6; }

 p { color: rgb(236,137,214); }

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

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

 a { background-color: rgb(236,137,214); }

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

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

 span { border-color: rgb(236,137,214); }

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