Html Css Color HEX #ED81DC Pale Magenta

📋 copy color: '#ED81DC'

red 237 ◦ green 129 ◦ blue 220

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

Shades of Pale Magenta #ED81DC

Tints of Pale Magenta #ED81DC

RGB

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

 GREEN value IS 129 (50.78% from 255) = 22.01%

 BLUE value IS 220 (86.33% from 255) = 37.54%

R = 40.44%
G = 22.01%
B = 37.54%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#ED81DC (or 0xED81DC) is known color: Pale Magenta. HEX triplet: ED, 81 and DC. RGB value is (237,129,220). Sum of RGB (Red+Green+Blue) = 237+129+220=586 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.44% from 586); Green value is 129 (50.78% from 255 or 22.01% from 586); Blue value is 220 (86.33% from 255 or 37.54% from 586); Max value from RGB is 237 - color contains mainly: red. Hex color #ED81DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED81DC is #127E23. Grayscale: #ABABAB. Windows color (decimal): -1211940 or 14451181. OLE color: 14451181.

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

Color convert

RGB 237 129 220 -
CMYK 0 0.46 0.07 0.07
HSL 309.44º 0.75% 0.72% -
HSV(B) 309.44º 0.46% 0.93% -
XYZ 55.69 38.87 72.28 -
YUV 171.67 155.28 174.6 -
System Red Green Blue C M Y K H S L
Decimal 237 129 220 0 0.46 0.07 0.07 309.44 0.75 0.72
Hex ED 81 DC 0 2E 7 7 135 4B 48
Octal 355 201 334 0 56 7 7 465 113 110
Binary 11101101 10000001 11011100 0 101110 111 111 100110101 1001011 1001000

Color Harmonies of #ED81DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED81DC

Black with #ED81DC

Text Example


Text Example

White with #ED81DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED81DC; }

 p { color: rgb(237,129,220); }

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

background-color css

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

 a { background-color: rgb(237,129,220); }

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

border-color css

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

 span { border-color: rgb(237,129,220); }

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