#EF89DE

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

Shades of Pale Magenta #EF89DE

Tints of Pale Magenta #EF89DE

Color information

#EF89DE (or 0xEF89DE) is unknown color: approx Pale Magenta. HEX triplet: EF, 89 and DE. RGB value is (239,137,222). Sum of RGB (Red+Green+Blue) = 239+137+222=598 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.97% from 598); Green value is 137 (53.91% from 255 or 22.91% from 598); Blue value is 222 (87.11% from 255 or 37.12% from 598); Max value from RGB is 239 - color contains mainly: red. Hex color #EF89DE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF89DE is #107621. Grayscale: #B0B0B0. Windows color (decimal): -1078818 or 14584303. OLE color: 14584303.

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

Color convert

RGB239137222-
CMYK00.430.070.06
HSL310º76.12%73.73%-
HSV(B)310º42.68%93.73%-
XYZ57.7341.5274.08-
YUV177.19153.29172.09-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.97%
GREEN value IS 137 (53.91% from 255) = 22.91%
BLUE value IS 222 (87.11% from 255) = 37.12%
R=39.97%
G=22.91%
B=37.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.07
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23913722200.430.070.0631076.1273.73
HexEF89DE02B761364c4a
Octal35721133605376466114112
Binary111011111000100111011110010101111111010011011010011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF89DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF89DE; }

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

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

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

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

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

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

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

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