#EE7BD9

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

Shades of Pale Magenta #EE7BD9

Tints of Pale Magenta #EE7BD9

Color information

#EE7BD9 (or 0xEE7BD9) is unknown color: approx Pale Magenta. HEX triplet: EE, 7B and D9. RGB value is (238,123,217). Sum of RGB (Red+Green+Blue) = 238+123+217=578 (76% of max value = 765). Red value is 238 (93.36% from 255 or 41.18% from 578); Green value is 123 (48.44% from 255 or 21.28% from 578); Blue value is 217 (85.16% from 255 or 37.54% from 578); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7BD9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE7BD9 is #118426. Grayscale: #A7A7A7. Windows color (decimal): -1147943 or 14253038. OLE color: 14253038.

HSL color Cylindrical-coordinate representation of color #EE7BD9: hue angle of 310.96º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EE7BD9 is Cyan = 0, Magento = 0.48, Yellow = 0.09 and Black (K on CMYK) = 0.07.

Color convert

RGB238123217-
CMYK00.480.090.07
HSL310.96º77.18%70.78%-
HSV(B)310.96º48.32%93.33%-
XYZ54.8737.3569.96-
YUV168.1155.6177.86-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 41.18%
GREEN value IS 123 (48.44% from 255) = 21.28%
BLUE value IS 217 (85.16% from 255) = 37.54%
R=41.18%
G=21.28%
B=37.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.09
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23812321700.480.090.07310.9677.1870.78
HexEE7BD9030971374d47
Octal356173331060117467115107
Binary111011101111011110110010110000100111110011011110011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE7BD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE7BD9; }

 p { color: rgb(238,123,217); }

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

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

 a { background-color: rgb(238,123,217); }

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

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

 span { border-color: rgb(238,123,217); }

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