#EC89DC

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

Shades of Pale Magenta #EC89DC

Tints of Pale Magenta #EC89DC

Color information

#EC89DC (or 0xEC89DC) is unknown color: approx Pale Magenta. HEX triplet: EC, 89 and DC. RGB value is (236,137,220). Sum of RGB (Red+Green+Blue) = 236+137+220=593 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.80% from 593); Green value is 137 (53.91% from 255 or 23.10% from 593); Blue value is 220 (86.33% from 255 or 37.10% from 593); Max value from RGB is 236 - color contains mainly: red. Hex color #EC89DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC89DC is #137623. Grayscale: #AFAFAF. Windows color (decimal): -1275428 or 14453228. OLE color: 14453228.

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

Color convert

RGB236137220-
CMYK00.420.070.07
HSL309.7º72.26%73.14%-
HSV(B)309.7º41.95%92.55%-
XYZ56.4640.8972.63-
YUV176.06152.8170.75-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 39.80%
GREEN value IS 137 (53.91% from 255) = 23.10%
BLUE value IS 220 (86.33% from 255) = 37.10%
R=39.80%
G=23.10%
B=37.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.07
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23613722000.420.070.07309.772.2673.14
HexEC89DC02A771364849
Octal35421133405277466110111
Binary111011001000100111011100010101011111110011011010010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC89DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC89DC; }

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

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

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

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

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

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

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

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