#EC91DA

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

Shades of Pale Magenta #EC91DA

Tints of Pale Magenta #EC91DA

Color information

#EC91DA (or 0xEC91DA) is unknown color: approx Pale Magenta. HEX triplet: EC, 91 and DA. RGB value is (236,145,218). Sum of RGB (Red+Green+Blue) = 236+145+218=599 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.40% from 599); Green value is 145 (57.03% from 255 or 24.21% from 599); Blue value is 218 (85.55% from 255 or 36.39% from 599); Max value from RGB is 236 - color contains mainly: red. Hex color #EC91DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC91DA is #136E25. Grayscale: #B4B4B4. Windows color (decimal): -1273382 or 14324204. OLE color: 14324204.

HSL color Cylindrical-coordinate representation of color #EC91DA: hue angle of 311.87º degrees, saturation: 0.71, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #EC91DA is Cyan = 0, Magento = 0.39, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB236145218-
CMYK00.390.080.07
HSL311.87º70.54%74.71%-
HSV(B)311.87º38.56%92.55%-
XYZ57.3743.1571.63-
YUV180.53149.15167.56-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 39.40%
GREEN value IS 145 (57.03% from 255) = 24.21%
BLUE value IS 218 (85.55% from 255) = 36.39%
R=39.40%
G=24.21%
B=36.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23614521800.390.080.07311.8770.5474.71
HexEC91DA02787138474b
Octal354221332047107470107113
Binary1110110010010001110110100100111100011110011100010001111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC91DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC91DA; }

 p { color: rgb(236,145,218); }

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

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

 a { background-color: rgb(236,145,218); }

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

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

 span { border-color: rgb(236,145,218); }

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