Html Css Color HEX #EC84DC Pale Magenta

📋 copy color: '#EC84DC'

red 236 ◦ green 132 ◦ blue 220

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

Shades of Pale Magenta #EC84DC

Tints of Pale Magenta #EC84DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 37.41%

R = 40.14%
G = 22.45%
B = 37.41%

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

#EC84DC (or 0xEC84DC) is known color: Pale Magenta. HEX triplet: EC, 84 and DC. RGB value is (236,132,220). Sum of RGB (Red+Green+Blue) = 236+132+220=588 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.14% from 588); Green value is 132 (51.95% from 255 or 22.45% from 588); Blue value is 220 (86.33% from 255 or 37.41% from 588); Max value from RGB is 236 - color contains mainly: red. Hex color #EC84DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC84DC is #137B23. Grayscale: #ACACAC. Windows color (decimal): -1276708 or 14451948. OLE color: 14451948.

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

Color convert

RGB 236 132 220 -
CMYK 0 0.44 0.07 0.07
HSL 309.23º 0.73% 0.72% -
HSV(B) 309.23º 0.44% 0.93% -
XYZ 55.76 39.5 72.4 -
YUV 173.13 154.46 172.84 -
System Red Green Blue C M Y K H S L
Decimal 236 132 220 0 0.44 0.07 0.07 309.23 0.73 0.72
Hex EC 84 DC 0 2C 7 7 135 49 48
Octal 354 204 334 0 54 7 7 465 111 110
Binary 11101100 10000100 11011100 0 101100 111 111 100110101 1001001 1001000

Color Harmonies of #EC84DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC84DC

Black with #EC84DC

Text Example


Text Example

White with #EC84DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC84DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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