#ED8ED3

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

Shades of Pale Magenta #ED8ED3

Tints of Pale Magenta #ED8ED3

Color information

#ED8ED3 (or 0xED8ED3) is unknown color: approx Pale Magenta. HEX triplet: ED, 8E and D3. RGB value is (237,142,211). Sum of RGB (Red+Green+Blue) = 237+142+211=590 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.17% from 590); Green value is 142 (55.86% from 255 or 24.07% from 590); Blue value is 211 (82.81% from 255 or 35.76% from 590); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8ED3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED8ED3 is #12712C. Grayscale: #B2B2B2. Windows color (decimal): -1208621 or 13864685. OLE color: 13864685.

HSL color Cylindrical-coordinate representation of color #ED8ED3: hue angle of 316.42º degrees, saturation: 0.73, 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 #ED8ED3 is Cyan = 0, Magento = 0.40, Yellow = 0.11 and Black (K on CMYK) = 0.07.

Color convert

RGB237142211-
CMYK00.400.110.07
HSL316.42º72.52%74.31%-
HSV(B)316.42º40.08%92.94%-
XYZ56.3642.0566.77-
YUV178.27146.47169.89-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 40.17%
GREEN value IS 142 (55.86% from 255) = 24.07%
BLUE value IS 211 (82.81% from 255) = 35.76%
R=40.17%
G=24.07%
B=35.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.11
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23714221100.400.110.07316.4272.5274.31
HexED8ED3028B713c494a
Octal355216323050137474111112
Binary1110110110001110110100110101000101111110011110010010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED8ED3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED8ED3; }

 p { color: rgb(237,142,211); }

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

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

 a { background-color: rgb(237,142,211); }

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

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

 span { border-color: rgb(237,142,211); }

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