Html Css Color HEX #EC80D1 Pale Magenta

📋 copy color: '#EC80D1'

red 236 ◦ green 128 ◦ blue 209

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

Shades of Pale Magenta #EC80D1

Tints of Pale Magenta #EC80D1

RGB

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

 GREEN value IS 128 (50.39% from 255) = 22.34%

 BLUE value IS 209 (82.03% from 255) = 36.47%

R = 41.19%
G = 22.34%
B = 36.47%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.11

 K value IS 0.07

RGB Variations

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

Color information

#EC80D1 (or 0xEC80D1) is known color: Pale Magenta. HEX triplet: EC, 80 and D1. RGB value is (236,128,209). Sum of RGB (Red+Green+Blue) = 236+128+209=573 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.19% from 573); Green value is 128 (50.39% from 255 or 22.34% from 573); Blue value is 209 (82.03% from 255 or 36.47% from 573); Max value from RGB is 236 - color contains mainly: red. Hex color #EC80D1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC80D1 is #137F2E. Grayscale: #A9A9A9. Windows color (decimal): -1277743 or 13730028. OLE color: 13730028.

HSL color Cylindrical-coordinate representation of color #EC80D1: hue angle of 315º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EC80D1 is Cyan = 0, Magento = 0.46, Yellow = 0.11 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 128 209 -
CMYK 0 0.46 0.11 0.07
HSL 315º 0.74% 0.71% -
HSV(B) 315º 0.46% 0.93% -
XYZ 53.82 37.87 64.8 -
YUV 169.53 150.28 175.41 -
System Red Green Blue C M Y K H S L
Decimal 236 128 209 0 0.46 0.11 0.07 315 0.74 0.71
Hex EC 80 D1 0 2E B 7 13B 4A 47
Octal 354 200 321 0 56 13 7 473 112 107
Binary 11101100 10000000 11010001 0 101110 1011 111 100111011 1001010 1000111

Color Harmonies of #EC80D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC80D1

Black with #EC80D1

Text Example


Text Example

White with #EC80D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC80D1; }

 p { color: rgb(236,128,209); }

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

background-color css

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

 a { background-color: rgb(236,128,209); }

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

border-color css

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

 span { border-color: rgb(236,128,209); }

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