#EF8FDF

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

Shades of Pale Magenta #EF8FDF

Tints of Pale Magenta #EF8FDF

Color information

#EF8FDF (or 0xEF8FDF) is unknown color: approx Pale Magenta. HEX triplet: EF, 8F and DF. RGB value is (239,143,223). Sum of RGB (Red+Green+Blue) = 239+143+223=605 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.50% from 605); Green value is 143 (56.25% from 255 or 23.64% from 605); Blue value is 223 (87.5% from 255 or 36.86% from 605); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8FDF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF8FDF is #107020. Grayscale: #B4B4B4. Windows color (decimal): -1077281 or 14651375. OLE color: 14651375.

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

Color convert

RGB239143223-
CMYK00.400.070.06
HSL310º75%74.9%-
HSV(B)310º40.17%93.73%-
XYZ58.7443.3275.08-
YUV180.82151.8169.5-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.50%
GREEN value IS 143 (56.25% from 255) = 23.64%
BLUE value IS 223 (87.5% from 255) = 36.86%
R=39.50%
G=23.64%
B=36.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.07
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23914322300.400.070.063107574.9
HexEF8FDF028761364b4b
Octal35721733705076466113113
Binary111011111000111111011111010100011111010011011010010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF8FDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF8FDF; }

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

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

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

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

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

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

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

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