#ED8FD2

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

Shades of Pale Magenta #ED8FD2

Tints of Pale Magenta #ED8FD2

Color information

#ED8FD2 (or 0xED8FD2) is unknown color: approx Pale Magenta. HEX triplet: ED, 8F and D2. RGB value is (237,143,210). Sum of RGB (Red+Green+Blue) = 237+143+210=590 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.17% from 590); Green value is 143 (56.25% from 255 or 24.24% from 590); Blue value is 210 (82.42% from 255 or 35.59% from 590); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8FD2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED8FD2 is #12702D. Grayscale: #B2B2B2. Windows color (decimal): -1208366 or 13799405. OLE color: 13799405.

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

Color convert

RGB237143210-
CMYK00.400.110.07
HSL317.23º72.31%74.51%-
HSV(B)317.23º39.66%92.94%-
XYZ56.3842.366.17-
YUV178.74145.64169.55-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 40.17%
GREEN value IS 143 (56.25% from 255) = 24.24%
BLUE value IS 210 (82.42% from 255) = 35.59%
R=40.17%
G=24.24%
B=35.59%

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
Decimal23714321000.400.110.07317.2372.3174.51
HexED8FD2028B713d484b
Octal355217322050137475110113
Binary1110110110001111110100100101000101111110011110110010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED8FD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED8FD2; }

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

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

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

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

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

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

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

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