#ED8FD4

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

Shades of Pale Magenta #ED8FD4

Tints of Pale Magenta #ED8FD4

Color information

#ED8FD4 (or 0xED8FD4) is unknown color: approx Pale Magenta. HEX triplet: ED, 8F and D4. RGB value is (237,143,212). Sum of RGB (Red+Green+Blue) = 237+143+212=592 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.03% from 592); Green value is 143 (56.25% from 255 or 24.16% from 592); Blue value is 212 (83.20% from 255 or 35.81% from 592); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8FD4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED8FD4 is #12702B. Grayscale: #B2B2B2. Windows color (decimal): -1208364 or 13930477. OLE color: 13930477.

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

Color convert

RGB237143212-
CMYK00.400.110.07
HSL315.96º72.31%74.51%-
HSV(B)315.96º39.66%92.94%-
XYZ56.6342.467.49-
YUV178.97146.64169.39-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 40.03%
GREEN value IS 143 (56.25% from 255) = 24.16%
BLUE value IS 212 (83.20% from 255) = 35.81%
R=40.03%
G=24.16%
B=35.81%

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
Decimal23714321200.400.110.07315.9672.3174.51
HexED8FD4028B713c484b
Octal355217324050137474110113
Binary1110110110001111110101000101000101111110011110010010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED8FD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED8FD4; }

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

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

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

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

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

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

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

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