#EE8BD3

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

Shades of Pale Magenta #EE8BD3

Tints of Pale Magenta #EE8BD3

Color information

#EE8BD3 (or 0xEE8BD3) is unknown color: approx Pale Magenta. HEX triplet: EE, 8B and D3. RGB value is (238,139,211). Sum of RGB (Red+Green+Blue) = 238+139+211=588 (77% of max value = 765). Red value is 238 (93.36% from 255 or 40.48% from 588); Green value is 139 (54.69% from 255 or 23.64% from 588); Blue value is 211 (82.81% from 255 or 35.88% from 588); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8BD3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE8BD3 is #11742C. Grayscale: #B0B0B0. Windows color (decimal): -1143853 or 13863918. OLE color: 13863918.

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

Color convert

RGB238139211-
CMYK00.420.110.07
HSL316.36º74.44%73.92%-
HSV(B)316.36º41.6%93.33%-
XYZ56.2541.3566.64-
YUV176.81147.3171.65-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 40.48%
GREEN value IS 139 (54.69% from 255) = 23.64%
BLUE value IS 211 (82.81% from 255) = 35.88%
R=40.48%
G=23.64%
B=35.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.11
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23813921100.420.110.07316.3674.4473.92
HexEE8BD302AB713c4a4a
Octal356213323052137474112112
Binary1110111010001011110100110101010101111110011110010010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE8BD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE8BD3; }

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

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

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

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

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

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

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

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