#EF8DDF

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

Shades of Pale Magenta #EF8DDF

Tints of Pale Magenta #EF8DDF

Color information

#EF8DDF (or 0xEF8DDF) is unknown color: approx Pale Magenta. HEX triplet: EF, 8D and DF. RGB value is (239,141,223). Sum of RGB (Red+Green+Blue) = 239+141+223=603 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.64% from 603); Green value is 141 (55.47% from 255 or 23.38% from 603); Blue value is 223 (87.5% from 255 or 36.98% from 603); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8DDF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF8DDF is #107220. Grayscale: #B3B3B3. Windows color (decimal): -1077793 or 14650863. OLE color: 14650863.

HSL color Cylindrical-coordinate representation of color #EF8DDF: hue angle of 309.8º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EF8DDF is Cyan = 0, Magento = 0.41, Yellow = 0.07 and Black (K on CMYK) = 0.06.

Color convert

RGB239141223-
CMYK00.410.070.06
HSL309.8º75.38%74.51%-
HSV(B)309.8º41%93.73%-
XYZ58.4442.7374.98-
YUV179.65152.47170.33-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.64%
GREEN value IS 141 (55.47% from 255) = 23.38%
BLUE value IS 223 (87.5% from 255) = 36.98%
R=39.64%
G=23.38%
B=36.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.07
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23914122300.410.070.06309.875.3874.51
HexEF8DDF029761364b4b
Octal35721533705176466113113
Binary111011111000110111011111010100111111010011011010010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF8DDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF8DDF; }

 p { color: rgb(239,141,223); }

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

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

 a { background-color: rgb(239,141,223); }

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

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

 span { border-color: rgb(239,141,223); }

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