#EC7CDD

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

Shades of Pale Magenta #EC7CDD

Tints of Pale Magenta #EC7CDD

Color information

#EC7CDD (or 0xEC7CDD) is unknown color: approx Pale Magenta. HEX triplet: EC, 7C and DD. RGB value is (236,124,221). Sum of RGB (Red+Green+Blue) = 236+124+221=581 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.62% from 581); Green value is 124 (48.83% from 255 or 21.34% from 581); Blue value is 221 (86.72% from 255 or 38.04% from 581); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7CDD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC7CDD is #138322. Grayscale: #A8A8A8. Windows color (decimal): -1278755 or 14515436. OLE color: 14515436.

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

Color convert

RGB236124221-
CMYK00.470.060.07
HSL308.04º74.67%70.59%-
HSV(B)308.04º47.46%92.55%-
XYZ54.8537.4772.75-
YUV168.55157.61176.11-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 40.62%
GREEN value IS 124 (48.83% from 255) = 21.34%
BLUE value IS 221 (86.72% from 255) = 38.04%
R=40.62%
G=21.34%
B=38.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.06
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23612422100.470.060.07308.0474.6770.59
HexEC7CDD02F671344b47
Octal35417433505767464113107
Binary11101100111110011011101010111111011110011010010010111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC7CDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC7CDD; }

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

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

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

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

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

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

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

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