#EF89E0

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

Shades of Pale Magenta #EF89E0

Tints of Pale Magenta #EF89E0

Color information

#EF89E0 (or 0xEF89E0) is unknown color: approx Pale Magenta. HEX triplet: EF, 89 and E0. RGB value is (239,137,224). Sum of RGB (Red+Green+Blue) = 239+137+224=600 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.83% from 600); Green value is 137 (53.91% from 255 or 22.83% from 600); Blue value is 224 (87.89% from 255 or 37.33% from 600); Max value from RGB is 239 - color contains mainly: red. Hex color #EF89E0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF89E0 is #10761F. Grayscale: #B1B1B1. Windows color (decimal): -1078816 or 14715375. OLE color: 14715375.

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

Color convert

RGB239137224-
CMYK00.430.060.06
HSL308.82º76.12%73.73%-
HSV(B)308.82º42.68%93.73%-
XYZ5841.6275.5-
YUV177.42154.29171.93-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.83%
GREEN value IS 137 (53.91% from 255) = 22.83%
BLUE value IS 224 (87.89% from 255) = 37.33%
R=39.83%
G=22.83%
B=37.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.06
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23913722400.430.060.06308.8276.1273.73
HexEF89E002B661354c4a
Octal35721134005366465114112
Binary111011111000100111100000010101111011010011010110011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF89E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF89E0; }

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

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

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

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

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

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

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

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