Html Css Color HEX #EC81DA Pale Magenta

📋 copy color: '#EC81DA'

red 236 ◦ green 129 ◦ blue 218

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

Shades of Pale Magenta #EC81DA

Tints of Pale Magenta #EC81DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 37.39%

R = 40.48%
G = 22.13%
B = 37.39%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#EC81DA (or 0xEC81DA) is known color: Pale Magenta. HEX triplet: EC, 81 and DA. RGB value is (236,129,218). Sum of RGB (Red+Green+Blue) = 236+129+218=583 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.48% from 583); Green value is 129 (50.78% from 255 or 22.13% from 583); Blue value is 218 (85.55% from 255 or 37.39% from 583); Max value from RGB is 236 - color contains mainly: red. Hex color #EC81DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC81DA is #137E25. Grayscale: #AAAAAA. Windows color (decimal): -1277478 or 14320108. OLE color: 14320108.

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

Color convert

RGB 236 129 218 -
CMYK 0 0.45 0.08 0.07
HSL 310.09º 0.74% 0.72% -
HSV(B) 310.09º 0.45% 0.93% -
XYZ 55.1 38.6 70.88 -
YUV 171.14 154.45 174.26 -
System Red Green Blue C M Y K H S L
Decimal 236 129 218 0 0.45 0.08 0.07 310.09 0.74 0.72
Hex EC 81 DA 0 2D 8 7 136 4A 48
Octal 354 201 332 0 55 10 7 466 112 110
Binary 11101100 10000001 11011010 0 101101 1000 111 100110110 1001010 1001000

Color Harmonies of #EC81DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC81DA

Black with #EC81DA

Text Example


Text Example

White with #EC81DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC81DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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