Html Css Color HEX #EC80DB Pale Magenta

📋 copy color: '#EC80DB'

red 236 ◦ green 128 ◦ blue 219

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

Shades of Pale Magenta #EC80DB

Tints of Pale Magenta #EC80DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 37.56%

R = 40.48%
G = 21.96%
B = 37.56%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#EC80DB (or 0xEC80DB) is known color: Pale Magenta. HEX triplet: EC, 80 and DB. RGB value is (236,128,219). Sum of RGB (Red+Green+Blue) = 236+128+219=583 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.48% from 583); Green value is 128 (50.39% from 255 or 21.96% from 583); Blue value is 219 (85.94% from 255 or 37.56% from 583); Max value from RGB is 236 - color contains mainly: red. Hex color #EC80DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC80DB is #137F24. Grayscale: #AAAAAA. Windows color (decimal): -1277733 or 14385388. OLE color: 14385388.

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

Color convert

RGB 236 128 219 -
CMYK 0 0.46 0.07 0.07
HSL 309.44º 0.74% 0.71% -
HSV(B) 309.44º 0.46% 0.93% -
XYZ 55.1 38.39 71.52 -
YUV 170.67 155.28 174.6 -
System Red Green Blue C M Y K H S L
Decimal 236 128 219 0 0.46 0.07 0.07 309.44 0.74 0.71
Hex EC 80 DB 0 2E 7 7 135 4A 47
Octal 354 200 333 0 56 7 7 465 112 107
Binary 11101100 10000000 11011011 0 101110 111 111 100110101 1001010 1000111

Color Harmonies of #EC80DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC80DB

Black with #EC80DB

Text Example


Text Example

White with #EC80DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC80DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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