#EC89E1

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

Shades of Pale Magenta #EC89E1

Tints of Pale Magenta #EC89E1

Color information

#EC89E1 (or 0xEC89E1) is unknown color: approx Pale Magenta. HEX triplet: EC, 89 and E1. RGB value is (236,137,225). Sum of RGB (Red+Green+Blue) = 236+137+225=598 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.46% from 598); Green value is 137 (53.91% from 255 or 22.91% from 598); Blue value is 225 (88.28% from 255 or 37.63% from 598); Max value from RGB is 236 - color contains mainly: red. Hex color #EC89E1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC89E1 is #13761E. Grayscale: #B0B0B0. Windows color (decimal): -1275423 or 14780908. OLE color: 14780908.

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

Color convert

RGB236137225-
CMYK00.420.050.07
HSL306.67º72.26%73.14%-
HSV(B)306.67º41.95%92.55%-
XYZ57.1341.1676.17-
YUV176.63155.3170.34-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 39.46%
GREEN value IS 137 (53.91% from 255) = 22.91%
BLUE value IS 225 (88.28% from 255) = 37.63%
R=39.46%
G=22.91%
B=37.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.05
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23613722500.420.050.07306.6772.2673.14
HexEC89E102A571334849
Octal35421134105257463110111
Binary111011001000100111100001010101010111110011001110010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC89E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC89E1; }

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

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

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

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

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

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

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

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