#EE7FDC

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

Shades of Pale Magenta #EE7FDC

Tints of Pale Magenta #EE7FDC

Color information

#EE7FDC (or 0xEE7FDC) is unknown color: approx Pale Magenta. HEX triplet: EE, 7F and DC. RGB value is (238,127,220). Sum of RGB (Red+Green+Blue) = 238+127+220=585 (77% of max value = 765). Red value is 238 (93.36% from 255 or 40.68% from 585); Green value is 127 (50% from 255 or 21.71% from 585); Blue value is 220 (86.33% from 255 or 37.61% from 585); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7FDC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE7FDC is #118023. Grayscale: #AAAAAA. Windows color (decimal): -1146916 or 14450670. OLE color: 14450670.

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

Color convert

RGB238127220-
CMYK00.470.080.07
HSL309.73º76.55%71.57%-
HSV(B)309.73º46.64%93.33%-
XYZ55.7738.5272.21-
YUV170.79155.77175.94-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 40.68%
GREEN value IS 127 (50% from 255) = 21.71%
BLUE value IS 220 (86.33% from 255) = 37.61%
R=40.68%
G=21.71%
B=37.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23812722000.470.080.07309.7376.5571.57
HexEE7FDC02F871364d48
Octal356177334057107466115110
Binary111011101111111110111000101111100011110011011010011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE7FDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE7FDC; }

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

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

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

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

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

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

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

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