#EC89DB

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

Shades of Pale Magenta #EC89DB

Tints of Pale Magenta #EC89DB

Color information

#EC89DB (or 0xEC89DB) is unknown color: approx Pale Magenta. HEX triplet: EC, 89 and DB. RGB value is (236,137,219). Sum of RGB (Red+Green+Blue) = 236+137+219=592 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.86% from 592); Green value is 137 (53.91% from 255 or 23.14% from 592); Blue value is 219 (85.94% from 255 or 36.99% from 592); Max value from RGB is 236 - color contains mainly: red. Hex color #EC89DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC89DB is #137624. Grayscale: #AFAFAF. Windows color (decimal): -1275429 or 14387692. OLE color: 14387692.

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

Color convert

RGB236137219-
CMYK00.420.070.07
HSL310.3º72.26%73.14%-
HSV(B)310.3º41.95%92.55%-
XYZ56.3240.8471.93-
YUV175.95152.3170.83-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 39.86%
GREEN value IS 137 (53.91% from 255) = 23.14%
BLUE value IS 219 (85.94% from 255) = 36.99%
R=39.86%
G=23.14%
B=36.99%

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
Decimal23613721900.420.070.07310.372.2673.14
HexEC89DB02A771364849
Octal35421133305277466110111
Binary111011001000100111011011010101011111110011011010010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC89DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC89DB; }

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

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

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

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

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

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

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

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