#EC76DD

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

Shades of Pale Magenta #EC76DD

Tints of Pale Magenta #EC76DD

Color information

#EC76DD (or 0xEC76DD) is unknown color: approx Pale Magenta. HEX triplet: EC, 76 and DD. RGB value is (236,118,221). Sum of RGB (Red+Green+Blue) = 236+118+221=575 (76% of max value = 765). Red value is 236 (92.58% from 255 or 41.04% from 575); Green value is 118 (46.48% from 255 or 20.52% from 575); Blue value is 221 (86.72% from 255 or 38.43% from 575); Max value from RGB is 236 - color contains mainly: red. Hex color #EC76DD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC76DD is #138922. Grayscale: #A4A4A4. Windows color (decimal): -1280291 or 14513900. OLE color: 14513900.

HSL color Cylindrical-coordinate representation of color #EC76DD: hue angle of 307.63º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EC76DD is Cyan = 0, Magento = 0.5, Yellow = 0.06 and Black (K on CMYK) = 0.07.

Color convert

RGB236118221-
CMYK00.50.060.07
HSL307.63º75.64%69.41%-
HSV(B)307.63º50%92.55%-
XYZ54.1236.0172.5-
YUV165.02159.59178.62-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 41.04%
GREEN value IS 118 (46.48% from 255) = 20.52%
BLUE value IS 221 (86.72% from 255) = 38.43%
R=41.04%
G=20.52%
B=38.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.06
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23611822100.50.060.07307.6375.6469.41
HexEC76DD032671344c45
Octal35416633506267464114105
Binary11101100111011011011101011001011011110011010010011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC76DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC76DD; }

 p { color: rgb(236,118,221); }

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

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

 a { background-color: rgb(236,118,221); }

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

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

 span { border-color: rgb(236,118,221); }

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