#EE85DF

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

Shades of Pale Magenta #EE85DF

Tints of Pale Magenta #EE85DF

Color information

#EE85DF (or 0xEE85DF) is unknown color: approx Pale Magenta. HEX triplet: EE, 85 and DF. RGB value is (238,133,223). Sum of RGB (Red+Green+Blue) = 238+133+223=594 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40.07% from 594); Green value is 133 (52.34% from 255 or 22.39% from 594); Blue value is 223 (87.5% from 255 or 37.54% from 594); Max value from RGB is 238 - color contains mainly: red. Hex color #EE85DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE85DF is #117A20. Grayscale: #AEAEAE. Windows color (decimal): -1145377 or 14648814. OLE color: 14648814.

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

Color convert

RGB238133223-
CMYK00.440.060.07
HSL308.57º75.54%72.75%-
HSV(B)308.57º44.12%93.33%-
XYZ56.9740.2874.58-
YUV174.66155.29173.18-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 40.07%
GREEN value IS 133 (52.34% from 255) = 22.39%
BLUE value IS 223 (87.5% from 255) = 37.54%
R=40.07%
G=22.39%
B=37.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.06
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23813322300.440.060.07308.5775.5472.75
HexEE85DF02C671354c49
Octal35620533705467465114111
Binary111011101000010111011111010110011011110011010110011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE85DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE85DF; }

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

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

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

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

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

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

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

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