Html Css Color HEX #EC81DE Pale Magenta

📋 copy color: '#EC81DE'

red 236 ◦ green 129 ◦ blue 222

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

Shades of Pale Magenta #EC81DE

Tints of Pale Magenta #EC81DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 37.82%

R = 40.2%
G = 21.98%
B = 37.82%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#EC81DE (or 0xEC81DE) is known color: Pale Magenta. HEX triplet: EC, 81 and DE. RGB value is (236,129,222). Sum of RGB (Red+Green+Blue) = 236+129+222=587 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.20% from 587); Green value is 129 (50.78% from 255 or 21.98% from 587); Blue value is 222 (87.11% from 255 or 37.82% from 587); Max value from RGB is 236 - color contains mainly: red. Hex color #EC81DE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC81DE is #137E21. Grayscale: #ABABAB. Windows color (decimal): -1277474 or 14582252. OLE color: 14582252.

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

Color convert

RGB 236 129 222 -
CMYK 0 0.45 0.06 0.07
HSL 307.85º 0.74% 0.72% -
HSV(B) 307.85º 0.45% 0.93% -
XYZ 55.63 38.81 73.67 -
YUV 171.6 156.45 173.94 -
System Red Green Blue C M Y K H S L
Decimal 236 129 222 0 0.45 0.06 0.07 307.85 0.74 0.72
Hex EC 81 DE 0 2D 6 7 134 4A 48
Octal 354 201 336 0 55 6 7 464 112 110
Binary 11101100 10000001 11011110 0 101101 110 111 100110100 1001010 1001000

Color Harmonies of #EC81DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC81DE

Black with #EC81DE

Text Example


Text Example

White with #EC81DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC81DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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