Html Css Color HEX #EC84E2 Pale Magenta

📋 copy color: '#EC84E2'

red 236 ◦ green 132 ◦ blue 226

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

Shades of Pale Magenta #EC84E2

Tints of Pale Magenta #EC84E2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 38.05%

R = 39.73%
G = 22.22%
B = 38.05%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.04

 K value IS 0.07

RGB Variations

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

Color information

#EC84E2 (or 0xEC84E2) is known color: Pale Magenta. HEX triplet: EC, 84 and E2. RGB value is (236,132,226). Sum of RGB (Red+Green+Blue) = 236+132+226=594 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.73% from 594); Green value is 132 (51.95% from 255 or 22.22% from 594); Blue value is 226 (88.67% from 255 or 38.05% from 594); Max value from RGB is 236 - color contains mainly: red. Hex color #EC84E2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC84E2 is #137B1D. Grayscale: #ADADAD. Windows color (decimal): -1276702 or 14845164. OLE color: 14845164.

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

Color convert

RGB 236 132 226 -
CMYK 0 0.44 0.04 0.07
HSL 305.77º 0.73% 0.72% -
HSV(B) 305.77º 0.44% 0.93% -
XYZ 56.57 39.83 76.66 -
YUV 173.81 157.46 172.36 -
System Red Green Blue C M Y K H S L
Decimal 236 132 226 0 0.44 0.04 0.07 305.77 0.73 0.72
Hex EC 84 E2 0 2C 4 7 132 49 48
Octal 354 204 342 0 54 4 7 462 111 110
Binary 11101100 10000100 11100010 0 101100 100 111 100110010 1001001 1001000

Color Harmonies of #EC84E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC84E2

Black with #EC84E2

Text Example


Text Example

White with #EC84E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC84E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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