Html Css Color HEX #EC84E1 Pale Magenta

📋 copy color: '#EC84E1'

red 236 ◦ green 132 ◦ blue 225

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

Shades of Pale Magenta #EC84E1

Tints of Pale Magenta #EC84E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 37.94%

R = 39.8%
G = 22.26%
B = 37.94%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.05

 K value IS 0.07

RGB Variations

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

Color information

#EC84E1 (or 0xEC84E1) is known color: Pale Magenta. HEX triplet: EC, 84 and E1. RGB value is (236,132,225). Sum of RGB (Red+Green+Blue) = 236+132+225=593 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.80% from 593); Green value is 132 (51.95% from 255 or 22.26% from 593); Blue value is 225 (88.28% from 255 or 37.94% from 593); Max value from RGB is 236 - color contains mainly: red. Hex color #EC84E1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC84E1 is #137B1E. Grayscale: #ADADAD. Windows color (decimal): -1276703 or 14779628. OLE color: 14779628.

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

Color convert

RGB 236 132 225 -
CMYK 0 0.44 0.05 0.07
HSL 306.35º 0.73% 0.72% -
HSV(B) 306.35º 0.44% 0.93% -
XYZ 56.43 39.77 75.94 -
YUV 173.7 156.96 172.44 -
System Red Green Blue C M Y K H S L
Decimal 236 132 225 0 0.44 0.05 0.07 306.35 0.73 0.72
Hex EC 84 E1 0 2C 5 7 132 49 48
Octal 354 204 341 0 54 5 7 462 111 110
Binary 11101100 10000100 11100001 0 101100 101 111 100110010 1001001 1001000

Color Harmonies of #EC84E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC84E1

Black with #EC84E1

Text Example


Text Example

White with #EC84E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC84E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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