#EF8AE0

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

Shades of Pale Magenta #EF8AE0

Tints of Pale Magenta #EF8AE0

Color information

#EF8AE0 (or 0xEF8AE0) is unknown color: approx Pale Magenta. HEX triplet: EF, 8A and E0. RGB value is (239,138,224). Sum of RGB (Red+Green+Blue) = 239+138+224=601 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.77% from 601); Green value is 138 (54.30% from 255 or 22.96% from 601); Blue value is 224 (87.89% from 255 or 37.27% from 601); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8AE0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF8AE0 is #10751F. Grayscale: #B1B1B1. Windows color (decimal): -1078560 or 14715631. OLE color: 14715631.

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

Color convert

RGB239138224-
CMYK00.420.060.06
HSL308.91º75.94%73.92%-
HSV(B)308.91º42.26%93.73%-
XYZ58.1441.9175.55-
YUV178153.96171.51-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.77%
GREEN value IS 138 (54.30% from 255) = 22.96%
BLUE value IS 224 (87.89% from 255) = 37.27%
R=39.77%
G=22.96%
B=37.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.06
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23913822400.420.060.06308.9175.9473.92
HexEF8AE002A661354c4a
Octal35721234005266465114112
Binary111011111000101011100000010101011011010011010110011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF8AE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF8AE0; }

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

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

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

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

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

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

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

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