Html Css Color HEX #EC80DA Pale Magenta

📋 copy color: '#EC80DA'

red 236 ◦ green 128 ◦ blue 218

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

Shades of Pale Magenta #EC80DA

Tints of Pale Magenta #EC80DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 37.46%

R = 40.55%
G = 21.99%
B = 37.46%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#EC80DA (or 0xEC80DA) is known color: Pale Magenta. HEX triplet: EC, 80 and DA. RGB value is (236,128,218). Sum of RGB (Red+Green+Blue) = 236+128+218=582 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.55% from 582); Green value is 128 (50.39% from 255 or 21.99% from 582); Blue value is 218 (85.55% from 255 or 37.46% from 582); Max value from RGB is 236 - color contains mainly: red. Hex color #EC80DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC80DA is #137F25. Grayscale: #AAAAAA. Windows color (decimal): -1277734 or 14319852. OLE color: 14319852.

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

Color convert

RGB 236 128 218 -
CMYK 0 0.46 0.08 0.07
HSL 310º 0.74% 0.71% -
HSV(B) 310º 0.46% 0.93% -
XYZ 54.97 38.33 70.83 -
YUV 170.55 154.78 174.68 -
System Red Green Blue C M Y K H S L
Decimal 236 128 218 0 0.46 0.08 0.07 310 0.74 0.71
Hex EC 80 DA 0 2E 8 7 136 4A 47
Octal 354 200 332 0 56 10 7 466 112 107
Binary 11101100 10000000 11011010 0 101110 1000 111 100110110 1001010 1000111

Color Harmonies of #EC80DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC80DA

Black with #EC80DA

Text Example


Text Example

White with #EC80DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC80DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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