#EE84DF

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

Shades of Pale Magenta #EE84DF

Tints of Pale Magenta #EE84DF

Color information

#EE84DF (or 0xEE84DF) is unknown color: approx Pale Magenta. HEX triplet: EE, 84 and DF. RGB value is (238,132,223). Sum of RGB (Red+Green+Blue) = 238+132+223=593 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40.13% from 593); Green value is 132 (51.95% from 255 or 22.26% from 593); Blue value is 223 (87.5% from 255 or 37.61% from 593); Max value from RGB is 238 - color contains mainly: red. Hex color #EE84DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE84DF is #117B20. Grayscale: #ADADAD. Windows color (decimal): -1145633 or 14648558. OLE color: 14648558.

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

Color convert

RGB238132223-
CMYK00.450.060.07
HSL308.49º75.71%72.55%-
HSV(B)308.49º44.54%93.33%-
XYZ56.8340.0174.54-
YUV174.07155.62173.6-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 40.13%
GREEN value IS 132 (51.95% from 255) = 22.26%
BLUE value IS 223 (87.5% from 255) = 37.61%
R=40.13%
G=22.26%
B=37.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.06
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23813222300.450.060.07308.4975.7172.55
HexEE84DF02D671344c49
Octal35620433705567464114111
Binary111011101000010011011111010110111011110011010010011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE84DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE84DF; }

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

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

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

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

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

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

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

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