Html Css Color HEX #EE80DC Pale Magenta

📋 copy color: '#EE80DC'

red 238 ◦ green 128 ◦ blue 220

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

Shades of Pale Magenta #EE80DC

Tints of Pale Magenta #EE80DC

RGB

 RED value IS 238 (93.36% from 255) = 40.61%

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

 BLUE value IS 220 (86.33% from 255) = 37.54%

R = 40.61%
G = 21.84%
B = 37.54%

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

#EE80DC (or 0xEE80DC) is known color: Pale Magenta. HEX triplet: EE, 80 and DC. RGB value is (238,128,220). Sum of RGB (Red+Green+Blue) = 238+128+220=586 (77% of max value = 765). Red value is 238 (93.36% from 255 or 40.61% from 586); Green value is 128 (50.39% from 255 or 21.84% from 586); Blue value is 220 (86.33% from 255 or 37.54% from 586); Max value from RGB is 238 - color contains mainly: red. Hex color #EE80DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE80DC is #117F23. Grayscale: #ABABAB. Windows color (decimal): -1146660 or 14450926. OLE color: 14450926.

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

Color convert

RGB 238 128 220 -
CMYK 0 0.46 0.08 0.07
HSL 309.82º 0.76% 0.72% -
HSV(B) 309.82º 0.46% 0.93% -
XYZ 55.9 38.78 72.25 -
YUV 171.38 155.44 175.52 -
System Red Green Blue C M Y K H S L
Decimal 238 128 220 0 0.46 0.08 0.07 309.82 0.76 0.72
Hex EE 80 DC 0 2E 8 7 136 4C 48
Octal 356 200 334 0 56 10 7 466 114 110
Binary 11101110 10000000 11011100 0 101110 1000 111 100110110 1001100 1001000

Color Harmonies of #EE80DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE80DC

Black with #EE80DC

Text Example


Text Example

White with #EE80DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE80DC; }

 p { color: rgb(238,128,220); }

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

background-color css

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

 a { background-color: rgb(238,128,220); }

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

border-color css

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

 span { border-color: rgb(238,128,220); }

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