#EE7FD1

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

Shades of Pale Magenta #EE7FD1

Tints of Pale Magenta #EE7FD1

Color information

#EE7FD1 (or 0xEE7FD1) is unknown color: approx Pale Magenta. HEX triplet: EE, 7F and D1. RGB value is (238,127,209). Sum of RGB (Red+Green+Blue) = 238+127+209=574 (76% of max value = 765). Red value is 238 (93.36% from 255 or 41.46% from 574); Green value is 127 (50% from 255 or 22.13% from 574); Blue value is 209 (82.03% from 255 or 36.41% from 574); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7FD1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE7FD1 is #11802E. Grayscale: #A9A9A9. Windows color (decimal): -1146927 or 13729774. OLE color: 13729774.

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

Color convert

RGB238127209-
CMYK00.470.120.07
HSL315.68º76.55%71.57%-
HSV(B)315.68º46.64%93.33%-
XYZ54.3637.9664.78-
YUV169.54150.27176.83-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 41.46%
GREEN value IS 127 (50% from 255) = 22.13%
BLUE value IS 209 (82.03% from 255) = 36.41%
R=41.46%
G=22.13%
B=36.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.12
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23812720900.470.120.07315.6876.5571.57
HexEE7FD102FC713c4d48
Octal356177321057147474115110
Binary111011101111111110100010101111110011110011110010011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE7FD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE7FD1; }

 p { color: rgb(238,127,209); }

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

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

 a { background-color: rgb(238,127,209); }

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

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

 span { border-color: rgb(238,127,209); }

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