#EC7BD5

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

Shades of Pale Magenta #EC7BD5

Tints of Pale Magenta #EC7BD5

Color information

#EC7BD5 (or 0xEC7BD5) is unknown color: approx Pale Magenta. HEX triplet: EC, 7B and D5. RGB value is (236,123,213). Sum of RGB (Red+Green+Blue) = 236+123+213=572 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.26% from 572); Green value is 123 (48.44% from 255 or 21.50% from 572); Blue value is 213 (83.59% from 255 or 37.24% from 572); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7BD5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC7BD5 is #13842A. Grayscale: #A6A6A6. Windows color (decimal): -1279019 or 13990892. OLE color: 13990892.

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

Color convert

RGB236123213-
CMYK00.480.100.07
HSL312.21º74.83%70.39%-
HSV(B)312.21º47.88%92.55%-
XYZ53.6936.867.22-
YUV167.05153.94177.18-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 41.26%
GREEN value IS 123 (48.44% from 255) = 21.50%
BLUE value IS 213 (83.59% from 255) = 37.24%
R=41.26%
G=21.50%
B=37.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.10
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23612321300.480.100.07312.2174.8370.39
HexEC7BD5030A71384b46
Octal354173325060127470113106
Binary111011001111011110101010110000101011110011100010010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC7BD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC7BD5; }

 p { color: rgb(236,123,213); }

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

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

 a { background-color: rgb(236,123,213); }

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

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

 span { border-color: rgb(236,123,213); }

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