#EE8BD7

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

Shades of Pale Magenta #EE8BD7

Tints of Pale Magenta #EE8BD7

Color information

#EE8BD7 (or 0xEE8BD7) is unknown color: approx Pale Magenta. HEX triplet: EE, 8B and D7. RGB value is (238,139,215). Sum of RGB (Red+Green+Blue) = 238+139+215=592 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40.20% from 592); Green value is 139 (54.69% from 255 or 23.48% from 592); Blue value is 215 (84.38% from 255 or 36.32% from 592); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8BD7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE8BD7 is #117428. Grayscale: #B1B1B1. Windows color (decimal): -1143849 or 14126062. OLE color: 14126062.

HSL color Cylindrical-coordinate representation of color #EE8BD7: hue angle of 313.94º degrees, saturation: 0.74, 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 #EE8BD7 is Cyan = 0, Magento = 0.42, Yellow = 0.10 and Black (K on CMYK) = 0.07.

Color convert

RGB238139215-
CMYK00.420.100.07
HSL313.94º74.44%73.92%-
HSV(B)313.94º41.6%93.33%-
XYZ56.7641.5569.32-
YUV177.26149.3171.32-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 40.20%
GREEN value IS 139 (54.69% from 255) = 23.48%
BLUE value IS 215 (84.38% from 255) = 36.32%
R=40.20%
G=23.48%
B=36.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.10
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23813921500.420.100.07313.9474.4473.92
HexEE8BD702AA713a4a4a
Octal356213327052127472112112
Binary1110111010001011110101110101010101011110011101010010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE8BD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE8BD7; }

 p { color: rgb(238,139,215); }

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

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

 a { background-color: rgb(238,139,215); }

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

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

 span { border-color: rgb(238,139,215); }

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