#EE8BD8

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

Shades of Pale Magenta #EE8BD8

Tints of Pale Magenta #EE8BD8

Color information

#EE8BD8 (or 0xEE8BD8) is unknown color: approx Pale Magenta. HEX triplet: EE, 8B and D8. RGB value is (238,139,216). Sum of RGB (Red+Green+Blue) = 238+139+216=593 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40.13% from 593); Green value is 139 (54.69% from 255 or 23.44% from 593); Blue value is 216 (84.77% from 255 or 36.42% from 593); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8BD8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE8BD8 is #117427. Grayscale: #B1B1B1. Windows color (decimal): -1143848 or 14191598. OLE color: 14191598.

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

Color convert

RGB238139216-
CMYK00.420.090.07
HSL313.33º74.44%73.92%-
HSV(B)313.33º41.6%93.33%-
XYZ56.8941.670-
YUV177.38149.8171.24-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 40.13%
GREEN value IS 139 (54.69% from 255) = 23.44%
BLUE value IS 216 (84.77% from 255) = 36.42%
R=40.13%
G=23.44%
B=36.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.09
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23813921600.420.090.07313.3374.4473.92
HexEE8BD802A971394a4a
Octal356213330052117471112112
Binary1110111010001011110110000101010100111110011100110010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE8BD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE8BD8; }

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

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

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

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

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

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

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

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