#EC8CDC

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

Shades of Pale Magenta #EC8CDC

Tints of Pale Magenta #EC8CDC

Color information

#EC8CDC (or 0xEC8CDC) is unknown color: approx Pale Magenta. HEX triplet: EC, 8C and DC. RGB value is (236,140,220). Sum of RGB (Red+Green+Blue) = 236+140+220=596 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.60% from 596); Green value is 140 (55.08% from 255 or 23.49% from 596); Blue value is 220 (86.33% from 255 or 36.91% from 596); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8CDC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC8CDC is #137323. Grayscale: #B1B1B1. Windows color (decimal): -1274660 or 14453996. OLE color: 14453996.

HSL color Cylindrical-coordinate representation of color #EC8CDC: hue angle of 310º degrees, saturation: 0.72, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EC8CDC is Cyan = 0, Magento = 0.41, Yellow = 0.07 and Black (K on CMYK) = 0.07.

Color convert

RGB236140220-
CMYK00.410.070.07
HSL310º71.64%73.73%-
HSV(B)310º40.68%92.55%-
XYZ56.8941.7672.77-
YUV177.82151.8169.5-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 39.60%
GREEN value IS 140 (55.08% from 255) = 23.49%
BLUE value IS 220 (86.33% from 255) = 36.91%
R=39.60%
G=23.49%
B=36.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.07
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23614022000.410.070.0731071.6473.73
HexEC8CDC02977136484a
Octal35421433405177466110112
Binary111011001000110011011100010100111111110011011010010001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC8CDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC8CDC; }

 p { color: rgb(236,140,220); }

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

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

 a { background-color: rgb(236,140,220); }

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

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

 span { border-color: rgb(236,140,220); }

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