Html Css Color HEX #EC84DF Pale Magenta

📋 copy color: '#EC84DF'

red 236 ◦ green 132 ◦ blue 223

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

Shades of Pale Magenta #EC84DF

Tints of Pale Magenta #EC84DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 37.73%

R = 39.93%
G = 22.34%
B = 37.73%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#EC84DF (or 0xEC84DF) is known color: Pale Magenta. HEX triplet: EC, 84 and DF. RGB value is (236,132,223). Sum of RGB (Red+Green+Blue) = 236+132+223=591 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.93% from 591); Green value is 132 (51.95% from 255 or 22.34% from 591); Blue value is 223 (87.5% from 255 or 37.73% from 591); Max value from RGB is 236 - color contains mainly: red. Hex color #EC84DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC84DF is #137B20. Grayscale: #ADADAD. Windows color (decimal): -1276705 or 14648556. OLE color: 14648556.

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

Color convert

RGB 236 132 223 -
CMYK 0 0.44 0.06 0.07
HSL 307.5º 0.73% 0.72% -
HSV(B) 307.5º 0.44% 0.93% -
XYZ 56.16 39.66 74.51 -
YUV 173.47 155.96 172.6 -
System Red Green Blue C M Y K H S L
Decimal 236 132 223 0 0.44 0.06 0.07 307.5 0.73 0.72
Hex EC 84 DF 0 2C 6 7 134 49 48
Octal 354 204 337 0 54 6 7 464 111 110
Binary 11101100 10000100 11011111 0 101100 110 111 100110100 1001001 1001000

Color Harmonies of #EC84DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC84DF

Black with #EC84DF

Text Example


Text Example

White with #EC84DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC84DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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