#EC7BD6

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

Shades of Pale Magenta #EC7BD6

Tints of Pale Magenta #EC7BD6

Color information

#EC7BD6 (or 0xEC7BD6) is unknown color: approx Pale Magenta. HEX triplet: EC, 7B and D6. RGB value is (236,123,214). Sum of RGB (Red+Green+Blue) = 236+123+214=573 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.19% from 573); Green value is 123 (48.44% from 255 or 21.47% from 573); Blue value is 214 (83.98% from 255 or 37.35% from 573); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7BD6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC7BD6 is #138429. Grayscale: #A6A6A6. Windows color (decimal): -1279018 or 14056428. OLE color: 14056428.

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

Color convert

RGB236123214-
CMYK00.480.090.07
HSL311.68º74.83%70.39%-
HSV(B)311.68º47.88%92.55%-
XYZ53.8136.8567.9-
YUV167.16154.44177.1-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 41.19%
GREEN value IS 123 (48.44% from 255) = 21.47%
BLUE value IS 214 (83.98% from 255) = 37.35%
R=41.19%
G=21.47%
B=37.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.09
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23612321400.480.090.07311.6874.8370.39
HexEC7BD6030971384b46
Octal354173326060117470113106
Binary111011001111011110101100110000100111110011100010010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC7BD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC7BD6; }

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

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

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

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

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

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

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

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