Html Css Color HEX #ED81D1 Pale Magenta

📋 copy color: '#ED81D1'

red 237 ◦ green 129 ◦ blue 209

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

Shades of Pale Magenta #ED81D1

Tints of Pale Magenta #ED81D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 36.35%

R = 41.22%
G = 22.43%
B = 36.35%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.12

 K value IS 0.07

RGB Variations

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

Color information

#ED81D1 (or 0xED81D1) is known color: Pale Magenta. HEX triplet: ED, 81 and D1. RGB value is (237,129,209). Sum of RGB (Red+Green+Blue) = 237+129+209=575 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.22% from 575); Green value is 129 (50.78% from 255 or 22.43% from 575); Blue value is 209 (82.03% from 255 or 36.35% from 575); Max value from RGB is 237 - color contains mainly: red. Hex color #ED81D1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED81D1 is #127E2E. Grayscale: #AAAAAA. Windows color (decimal): -1211951 or 13730285. OLE color: 13730285.

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

Color convert

RGB 237 129 209 -
CMYK 0 0.46 0.12 0.07
HSL 315.56º 0.75% 0.72% -
HSV(B) 315.56º 0.46% 0.93% -
XYZ 54.28 38.31 64.85 -
YUV 170.41 149.78 175.5 -
System Red Green Blue C M Y K H S L
Decimal 237 129 209 0 0.46 0.12 0.07 315.56 0.75 0.72
Hex ED 81 D1 0 2E C 7 13C 4B 48
Octal 355 201 321 0 56 14 7 474 113 110
Binary 11101101 10000001 11010001 0 101110 1100 111 100111100 1001011 1001000

Color Harmonies of #ED81D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED81D1

Black with #ED81D1

Text Example


Text Example

White with #ED81D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED81D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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