#EE85DD

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

Shades of Pale Magenta #EE85DD

Tints of Pale Magenta #EE85DD

Color information

#EE85DD (or 0xEE85DD) is unknown color: approx Pale Magenta. HEX triplet: EE, 85 and DD. RGB value is (238,133,221). Sum of RGB (Red+Green+Blue) = 238+133+221=592 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40.20% from 592); Green value is 133 (52.34% from 255 or 22.47% from 592); Blue value is 221 (86.72% from 255 or 37.33% from 592); Max value from RGB is 238 - color contains mainly: red. Hex color #EE85DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE85DD is #117A22. Grayscale: #AEAEAE. Windows color (decimal): -1145379 or 14517742. OLE color: 14517742.

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

Color convert

RGB238133221-
CMYK00.440.070.07
HSL309.71º75.54%72.75%-
HSV(B)309.71º44.12%93.33%-
XYZ56.740.1773.17-
YUV174.43154.29173.34-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 40.20%
GREEN value IS 133 (52.34% from 255) = 22.47%
BLUE value IS 221 (86.72% from 255) = 37.33%
R=40.20%
G=22.47%
B=37.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.07
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23813322100.440.070.07309.7175.5472.75
HexEE85DD02C771364c49
Octal35620533505477466114111
Binary111011101000010111011101010110011111110011011010011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE85DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE85DD; }

 p { color: rgb(238,133,221); }

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

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

 a { background-color: rgb(238,133,221); }

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

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

 span { border-color: rgb(238,133,221); }

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