#EE8ADF

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

Shades of Pale Magenta #EE8ADF

Tints of Pale Magenta #EE8ADF

Color information

#EE8ADF (or 0xEE8ADF) is unknown color: approx Pale Magenta. HEX triplet: EE, 8A and DF. RGB value is (238,138,223). Sum of RGB (Red+Green+Blue) = 238+138+223=599 (79% of max value = 765). Red value is 238 (93.36% from 255 or 39.73% from 599); Green value is 138 (54.30% from 255 or 23.04% from 599); Blue value is 223 (87.5% from 255 or 37.23% from 599); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8ADF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE8ADF is #117520. Grayscale: #B1B1B1. Windows color (decimal): -1144097 or 14650094. OLE color: 14650094.

HSL color Cylindrical-coordinate representation of color #EE8ADF: hue angle of 309º degrees, saturation: 0.75, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EE8ADF is Cyan = 0, Magento = 0.42, Yellow = 0.06 and Black (K on CMYK) = 0.07.

Color convert

RGB238138223-
CMYK00.420.060.07
HSL309º74.63%73.73%-
HSV(B)309º42.02%93.33%-
XYZ57.6741.6874.82-
YUV177.59153.63171.09-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 39.73%
GREEN value IS 138 (54.30% from 255) = 23.04%
BLUE value IS 223 (87.5% from 255) = 37.23%
R=39.73%
G=23.04%
B=37.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.06
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23813822300.420.060.0730974.6373.73
HexEE8ADF02A671354b4a
Octal35621233705267465113112
Binary111011101000101011011111010101011011110011010110010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE8ADF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE8ADF; }

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

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

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

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

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

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

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

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