#EC8EDE

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

Shades of Pale Magenta #EC8EDE

Tints of Pale Magenta #EC8EDE

Color information

#EC8EDE (or 0xEC8EDE) is unknown color: approx Pale Magenta. HEX triplet: EC, 8E and DE. RGB value is (236,142,222). Sum of RGB (Red+Green+Blue) = 236+142+222=600 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.33% from 600); Green value is 142 (55.86% from 255 or 23.67% from 600); Blue value is 222 (87.11% from 255 or 37% from 600); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8EDE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC8EDE is #137121. Grayscale: #B3B3B3. Windows color (decimal): -1274146 or 14585580. OLE color: 14585580.

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

Color convert

RGB236142222-
CMYK00.400.060.07
HSL308.94º71.21%74.12%-
HSV(B)308.94º39.83%92.55%-
XYZ57.4542.4574.27-
YUV179.23152.14168.5-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 39.33%
GREEN value IS 142 (55.86% from 255) = 23.67%
BLUE value IS 222 (87.11% from 255) = 37%
R=39.33%
G=23.67%
B=37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.06
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23614222200.400.060.07308.9471.2174.12
HexEC8EDE02867135474a
Octal35421633605067465107112
Binary111011001000111011011110010100011011110011010110001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC8EDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC8EDE; }

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

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

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

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

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

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

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

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