Html Css Color HEX #EC84DB Pale Magenta

📋 copy color: '#EC84DB'

red 236 ◦ green 132 ◦ blue 219

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

Shades of Pale Magenta #EC84DB

Tints of Pale Magenta #EC84DB

RGB

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

 GREEN value IS 132 (51.95% from 255) = 22.49%

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

R = 40.2%
G = 22.49%
B = 37.31%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#EC84DB (or 0xEC84DB) is known color: Pale Magenta. HEX triplet: EC, 84 and DB. RGB value is (236,132,219). Sum of RGB (Red+Green+Blue) = 236+132+219=587 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.20% from 587); Green value is 132 (51.95% from 255 or 22.49% from 587); Blue value is 219 (85.94% from 255 or 37.31% from 587); Max value from RGB is 236 - color contains mainly: red. Hex color #EC84DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC84DB is #137B24. Grayscale: #ACACAC. Windows color (decimal): -1276709 or 14386412. OLE color: 14386412.

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

Color convert

RGB 236 132 219 -
CMYK 0 0.44 0.07 0.07
HSL 309.81º 0.73% 0.72% -
HSV(B) 309.81º 0.44% 0.93% -
XYZ 55.63 39.45 71.7 -
YUV 173.01 153.96 172.93 -
System Red Green Blue C M Y K H S L
Decimal 236 132 219 0 0.44 0.07 0.07 309.81 0.73 0.72
Hex EC 84 DB 0 2C 7 7 136 49 48
Octal 354 204 333 0 54 7 7 466 111 110
Binary 11101100 10000100 11011011 0 101100 111 111 100110110 1001001 1001000

Color Harmonies of #EC84DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC84DB

Black with #EC84DB

Text Example


Text Example

White with #EC84DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC84DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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