Html Css Color HEX #EC81D1 Pale Magenta

📋 copy color: '#EC81D1'

red 236 ◦ green 129 ◦ blue 209

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

Shades of Pale Magenta #EC81D1

Tints of Pale Magenta #EC81D1

RGB

 RED value IS 236 (92.58% from 255) = 41.11%

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

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

R = 41.11%
G = 22.47%
B = 36.41%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.11

 K value IS 0.07

RGB Variations

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

Color information

#EC81D1 (or 0xEC81D1) is known color: Pale Magenta. HEX triplet: EC, 81 and D1. RGB value is (236,129,209). Sum of RGB (Red+Green+Blue) = 236+129+209=574 (76% of max value = 765). Red value is 236 (92.58% from 255 or 41.11% from 574); Green value is 129 (50.78% from 255 or 22.47% from 574); Blue value is 209 (82.03% from 255 or 36.41% from 574); Max value from RGB is 236 - color contains mainly: red. Hex color #EC81D1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC81D1 is #137E2E. Grayscale: #A9A9A9. Windows color (decimal): -1277487 or 13730284. OLE color: 13730284.

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

Color convert

RGB 236 129 209 -
CMYK 0 0.45 0.11 0.07
HSL 315.14º 0.74% 0.72% -
HSV(B) 315.14º 0.45% 0.93% -
XYZ 53.95 38.14 64.84 -
YUV 170.11 149.95 175 -
System Red Green Blue C M Y K H S L
Decimal 236 129 209 0 0.45 0.11 0.07 315.14 0.74 0.72
Hex EC 81 D1 0 2D B 7 13B 4A 48
Octal 354 201 321 0 55 13 7 473 112 110
Binary 11101100 10000001 11010001 0 101101 1011 111 100111011 1001010 1001000

Color Harmonies of #EC81D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC81D1

Black with #EC81D1

Text Example


Text Example

White with #EC81D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC81D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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