#ED8FD5

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

Shades of Pale Magenta #ED8FD5

Tints of Pale Magenta #ED8FD5

Color information

#ED8FD5 (or 0xED8FD5) is unknown color: approx Pale Magenta. HEX triplet: ED, 8F and D5. RGB value is (237,143,213). Sum of RGB (Red+Green+Blue) = 237+143+213=593 (78% of max value = 765). Red value is 237 (92.97% from 255 or 39.97% from 593); Green value is 143 (56.25% from 255 or 24.11% from 593); Blue value is 213 (83.59% from 255 or 35.92% from 593); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8FD5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED8FD5 is #12702A. Grayscale: #B2B2B2. Windows color (decimal): -1208363 or 13996013. OLE color: 13996013.

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

Color convert

RGB237143213-
CMYK00.400.100.07
HSL315.32º72.31%74.51%-
HSV(B)315.32º39.66%92.94%-
XYZ56.7642.4568.15-
YUV179.09147.14169.31-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 39.97%
GREEN value IS 143 (56.25% from 255) = 24.11%
BLUE value IS 213 (83.59% from 255) = 35.92%
R=39.97%
G=24.11%
B=35.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.10
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23714321300.400.100.07315.3272.3174.51
HexED8FD5028A713b484b
Octal355217325050127473110113
Binary1110110110001111110101010101000101011110011101110010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED8FD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED8FD5; }

 p { color: rgb(237,143,213); }

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

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

 a { background-color: rgb(237,143,213); }

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

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

 span { border-color: rgb(237,143,213); }

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