#EF8FDE

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

Shades of Pale Magenta #EF8FDE

Tints of Pale Magenta #EF8FDE

Color information

#EF8FDE (or 0xEF8FDE) is unknown color: approx Pale Magenta. HEX triplet: EF, 8F and DE. RGB value is (239,143,222). Sum of RGB (Red+Green+Blue) = 239+143+222=604 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.57% from 604); Green value is 143 (56.25% from 255 or 23.68% from 604); Blue value is 222 (87.11% from 255 or 36.75% from 604); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8FDE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF8FDE is #107021. Grayscale: #B4B4B4. Windows color (decimal): -1077282 or 14585839. OLE color: 14585839.

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

Color convert

RGB239143222-
CMYK00.400.070.06
HSL310.62º75%74.9%-
HSV(B)310.62º40.17%93.73%-
XYZ58.643.2774.37-
YUV180.71151.3169.58-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.57%
GREEN value IS 143 (56.25% from 255) = 23.68%
BLUE value IS 222 (87.11% from 255) = 36.75%
R=39.57%
G=23.68%
B=36.75%

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
Decimal23914322200.400.070.06310.627574.9
HexEF8FDE028761374b4b
Octal35721733605076467113113
Binary111011111000111111011110010100011111010011011110010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF8FDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF8FDE; }

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

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

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

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

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

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

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

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