#EE84DC

Color #EE84DC Pale Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Magenta #EE84DC

Tints of Pale Magenta #EE84DC

Color information

#EE84DC (or 0xEE84DC) is unknown color: approx Pale Magenta. HEX triplet: EE, 84 and DC. RGB value is (238,132,220). Sum of RGB (Red+Green+Blue) = 238+132+220=590 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40.34% from 590); Green value is 132 (51.95% from 255 or 22.37% from 590); Blue value is 220 (86.33% from 255 or 37.29% from 590); Max value from RGB is 238 - color contains mainly: red. Hex color #EE84DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE84DC is #117B23. Grayscale: #ADADAD. Windows color (decimal): -1145636 or 14451950. OLE color: 14451950.

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

Color convert

RGB238132220-
CMYK00.450.080.07
HSL310.19º75.71%72.55%-
HSV(B)310.19º44.54%93.33%-
XYZ56.4339.8572.43-
YUV173.73154.12173.84-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 40.34%
GREEN value IS 132 (51.95% from 255) = 22.37%
BLUE value IS 220 (86.33% from 255) = 37.29%
R=40.34%
G=22.37%
B=37.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23813222000.450.080.07310.1975.7172.55
HexEE84DC02D871364c49
Octal356204334055107466114111
Binary1110111010000100110111000101101100011110011011010011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE84DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE84DC; }

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

 H1.HeaderClassName
 {
   color: #EE84DC;
 }
 .AnyTagClassName
 {
   color: #EE84DC;
 }
</style>
background-color css

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

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

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

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

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

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