Html Css Color HEX #EC80DE Pale Magenta

📋 copy color: '#EC80DE'

red 236 ◦ green 128 ◦ blue 222

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

Shades of Pale Magenta #EC80DE

Tints of Pale Magenta #EC80DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 37.88%

R = 40.27%
G = 21.84%
B = 37.88%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#EC80DE (or 0xEC80DE) is known color: Pale Magenta. HEX triplet: EC, 80 and DE. RGB value is (236,128,222). Sum of RGB (Red+Green+Blue) = 236+128+222=586 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.27% from 586); Green value is 128 (50.39% from 255 or 21.84% from 586); Blue value is 222 (87.11% from 255 or 37.88% from 586); Max value from RGB is 236 - color contains mainly: red. Hex color #EC80DE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC80DE is #137F21. Grayscale: #AAAAAA. Windows color (decimal): -1277730 or 14581996. OLE color: 14581996.

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

Color convert

RGB 236 128 222 -
CMYK 0 0.46 0.06 0.07
HSL 307.78º 0.74% 0.71% -
HSV(B) 307.78º 0.46% 0.93% -
XYZ 55.5 38.55 73.62 -
YUV 171.01 156.78 174.36 -
System Red Green Blue C M Y K H S L
Decimal 236 128 222 0 0.46 0.06 0.07 307.78 0.74 0.71
Hex EC 80 DE 0 2E 6 7 134 4A 47
Octal 354 200 336 0 56 6 7 464 112 107
Binary 11101100 10000000 11011110 0 101110 110 111 100110100 1001010 1000111

Color Harmonies of #EC80DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC80DE

Black with #EC80DE

Text Example


Text Example

White with #EC80DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC80DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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