#EC89DE

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

Shades of Pale Magenta #EC89DE

Tints of Pale Magenta #EC89DE

Color information

#EC89DE (or 0xEC89DE) is unknown color: approx Pale Magenta. HEX triplet: EC, 89 and DE. RGB value is (236,137,222). Sum of RGB (Red+Green+Blue) = 236+137+222=595 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.66% from 595); Green value is 137 (53.91% from 255 or 23.03% from 595); Blue value is 222 (87.11% from 255 or 37.31% from 595); Max value from RGB is 236 - color contains mainly: red. Hex color #EC89DE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC89DE is #137621. Grayscale: #B0B0B0. Windows color (decimal): -1275426 or 14584300. OLE color: 14584300.

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

Color convert

RGB236137222-
CMYK00.420.060.07
HSL308.48º72.26%73.14%-
HSV(B)308.48º41.95%92.55%-
XYZ56.724174.03-
YUV176.29153.8170.59-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 39.66%
GREEN value IS 137 (53.91% from 255) = 23.03%
BLUE value IS 222 (87.11% from 255) = 37.31%
R=39.66%
G=23.03%
B=37.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.06
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23613722200.420.060.07308.4872.2673.14
HexEC89DE02A671344849
Octal35421133605267464110111
Binary111011001000100111011110010101011011110011010010010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC89DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC89DE; }

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

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

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

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

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

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

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

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