#ED8FDA

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

Shades of Pale Magenta #ED8FDA

Tints of Pale Magenta #ED8FDA

Color information

#ED8FDA (or 0xED8FDA) is unknown color: approx Pale Magenta. HEX triplet: ED, 8F and DA. RGB value is (237,143,218). Sum of RGB (Red+Green+Blue) = 237+143+218=598 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.63% from 598); Green value is 143 (56.25% from 255 or 23.91% from 598); Blue value is 218 (85.55% from 255 or 36.45% from 598); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8FDA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED8FDA is #127025. Grayscale: #B3B3B3. Windows color (decimal): -1208358 or 14323693. OLE color: 14323693.

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

Color convert

RGB237143218-
CMYK00.400.080.07
HSL312.13º72.31%74.51%-
HSV(B)312.13º39.66%92.94%-
XYZ57.442.7171.55-
YUV179.66149.64168.9-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 39.63%
GREEN value IS 143 (56.25% from 255) = 23.91%
BLUE value IS 218 (85.55% from 255) = 36.45%
R=39.63%
G=23.91%
B=36.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23714321800.400.080.07312.1372.3174.51
HexED8FDA02887138484b
Octal355217332050107470110113
Binary1110110110001111110110100101000100011110011100010010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED8FDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED8FDA; }

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

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

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

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

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

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

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

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