#EC8FDE

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

Shades of Pale Magenta #EC8FDE

Tints of Pale Magenta #EC8FDE

Color information

#EC8FDE (or 0xEC8FDE) is unknown color: approx Pale Magenta. HEX triplet: EC, 8F and DE. RGB value is (236,143,222). Sum of RGB (Red+Green+Blue) = 236+143+222=601 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.27% from 601); Green value is 143 (56.25% from 255 or 23.79% from 601); Blue value is 222 (87.11% from 255 or 36.94% from 601); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8FDE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC8FDE is #137021. Grayscale: #B3B3B3. Windows color (decimal): -1273890 or 14585836. OLE color: 14585836.

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

Color convert

RGB236143222-
CMYK00.390.060.07
HSL309.03º70.99%74.31%-
HSV(B)309.03º39.41%92.55%-
XYZ57.642.7574.32-
YUV179.81151.81168.08-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 39.27%
GREEN value IS 143 (56.25% from 255) = 23.79%
BLUE value IS 222 (87.11% from 255) = 36.94%
R=39.27%
G=23.79%
B=36.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.06
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23614322200.390.060.07309.0370.9974.31
HexEC8FDE02767135474a
Octal35421733604767465107112
Binary111011001000111111011110010011111011110011010110001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC8FDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC8FDE; }

 p { color: rgb(236,143,222); }

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

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

 a { background-color: rgb(236,143,222); }

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

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

 span { border-color: rgb(236,143,222); }

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