#EC90DA

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

Shades of Pale Magenta #EC90DA

Tints of Pale Magenta #EC90DA

Color information

#EC90DA (or 0xEC90DA) is unknown color: approx Pale Magenta. HEX triplet: EC, 90 and DA. RGB value is (236,144,218). Sum of RGB (Red+Green+Blue) = 236+144+218=598 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.46% from 598); Green value is 144 (56.64% from 255 or 24.08% from 598); Blue value is 218 (85.55% from 255 or 36.45% from 598); Max value from RGB is 236 - color contains mainly: red. Hex color #EC90DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC90DA is #136F25. Grayscale: #B3B3B3. Windows color (decimal): -1273638 or 14323948. OLE color: 14323948.

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

Color convert

RGB236144218-
CMYK00.390.080.07
HSL311.74º70.77%74.51%-
HSV(B)311.74º38.98%92.55%-
XYZ57.2242.8471.58-
YUV179.94149.48167.98-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 39.46%
GREEN value IS 144 (56.64% from 255) = 24.08%
BLUE value IS 218 (85.55% from 255) = 36.45%
R=39.46%
G=24.08%
B=36.45%

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
Decimal23614421800.390.080.07311.7470.7774.51
HexEC90DA02787138474b
Octal354220332047107470107113
Binary1110110010010000110110100100111100011110011100010001111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC90DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC90DA; }

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

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

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

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

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

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

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

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