Html Css Color HEX #EC81DB Pale Magenta

📋 copy color: '#EC81DB'

red 236 ◦ green 129 ◦ blue 219

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

Shades of Pale Magenta #EC81DB

Tints of Pale Magenta #EC81DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 37.5%

R = 40.41%
G = 22.09%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#EC81DB (or 0xEC81DB) is known color: Pale Magenta. HEX triplet: EC, 81 and DB. RGB value is (236,129,219). Sum of RGB (Red+Green+Blue) = 236+129+219=584 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.41% from 584); Green value is 129 (50.78% from 255 or 22.09% from 584); Blue value is 219 (85.94% from 255 or 37.5% from 584); Max value from RGB is 236 - color contains mainly: red. Hex color #EC81DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC81DB is #137E24. Grayscale: #ABABAB. Windows color (decimal): -1277477 or 14385644. OLE color: 14385644.

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

Color convert

RGB 236 129 219 -
CMYK 0 0.45 0.07 0.07
HSL 309.53º 0.74% 0.72% -
HSV(B) 309.53º 0.45% 0.93% -
XYZ 55.23 38.65 71.57 -
YUV 171.25 154.95 174.18 -
System Red Green Blue C M Y K H S L
Decimal 236 129 219 0 0.45 0.07 0.07 309.53 0.74 0.72
Hex EC 81 DB 0 2D 7 7 136 4A 48
Octal 354 201 333 0 55 7 7 466 112 110
Binary 11101100 10000001 11011011 0 101101 111 111 100110110 1001010 1001000

Color Harmonies of #EC81DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC81DB

Black with #EC81DB

Text Example


Text Example

White with #EC81DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC81DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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