Html Css Color HEX #ED87DD Pale Magenta

📋 copy color: '#ED87DD'

red 237 ◦ green 135 ◦ blue 221

#ED87DD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pale Magenta #ED87DD

Tints of Pale Magenta #ED87DD

RGB

 RED value IS 237 (92.97% from 255) = 39.97%

 GREEN value IS 135 (53.13% from 255) = 22.77%

 BLUE value IS 221 (86.72% from 255) = 37.27%

R = 39.97%
G = 22.77%
B = 37.27%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#ED87DD (or 0xED87DD) is known color: Pale Magenta. HEX triplet: ED, 87 and DD. RGB value is (237,135,221). Sum of RGB (Red+Green+Blue) = 237+135+221=593 (78% of max value = 765). Red value is 237 (92.97% from 255 or 39.97% from 593); Green value is 135 (53.12% from 255 or 22.77% from 593); Blue value is 221 (86.72% from 255 or 37.27% from 593); Max value from RGB is 237 - color contains mainly: red. Hex color #ED87DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED87DD is #127822. Grayscale: #AFAFAF. Windows color (decimal): -1210403 or 14518253. OLE color: 14518253.

HSL color Cylindrical-coordinate representation of color #ED87DD: hue angle of 309.41º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #ED87DD is Cyan = 0, Magento = 0.43, Yellow = 0.07 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 135 221 -
CMYK 0 0.43 0.07 0.07
HSL 309.41º 0.74% 0.73% -
HSV(B) 309.41º 0.43% 0.93% -
XYZ 56.64 40.55 73.25 -
YUV 175.3 153.79 172.01 -
System Red Green Blue C M Y K H S L
Decimal 237 135 221 0 0.43 0.07 0.07 309.41 0.74 0.73
Hex ED 87 DD 0 2B 7 7 135 4A 49
Octal 355 207 335 0 53 7 7 465 112 111
Binary 11101101 10000111 11011101 0 101011 111 111 100110101 1001010 1001001

Color Harmonies of #ED87DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED87DD

Black with #ED87DD

Text Example


Text Example

White with #ED87DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED87DD; }

 p { color: rgb(237,135,221); }

 H1.HeaderClassName
 {
   color: #ED87DD;
 }
 .AnyTagClassName
 {
   color: #ED87DD;
 }
</style>

background-color css

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

 a { background-color: rgb(237,135,221); }

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

border-color css

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

 span { border-color: rgb(237,135,221); }

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