#EC92DA

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

Shades of Pale Magenta #EC92DA

Tints of Pale Magenta #EC92DA

Color information

#EC92DA (or 0xEC92DA) is unknown color: approx Pale Magenta. HEX triplet: EC, 92 and DA. RGB value is (236,146,218). Sum of RGB (Red+Green+Blue) = 236+146+218=600 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.33% from 600); Green value is 146 (57.42% from 255 or 24.33% from 600); Blue value is 218 (85.55% from 255 or 36.33% from 600); Max value from RGB is 236 - color contains mainly: red. Hex color #EC92DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC92DA is #136D25. Grayscale: #B4B4B4. Windows color (decimal): -1273126 or 14324460. OLE color: 14324460.

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

Color convert

RGB236146218-
CMYK00.380.080.07
HSL312º70.31%74.9%-
HSV(B)312º38.14%92.55%-
XYZ57.5343.4571.68-
YUV181.12148.82167.15-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 39.33%
GREEN value IS 146 (57.42% from 255) = 24.33%
BLUE value IS 218 (85.55% from 255) = 36.33%
R=39.33%
G=24.33%
B=36.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23614621800.380.080.0731270.3174.9
HexEC92DA02687138464b
Octal354222332046107470106113
Binary1110110010010010110110100100110100011110011100010001101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC92DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC92DA; }

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

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

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

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

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

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

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

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