#EF8DE1

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

Shades of Pale Magenta #EF8DE1

Tints of Pale Magenta #EF8DE1

Color information

#EF8DE1 (or 0xEF8DE1) is unknown color: approx Pale Magenta. HEX triplet: EF, 8D and E1. RGB value is (239,141,225). Sum of RGB (Red+Green+Blue) = 239+141+225=605 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.50% from 605); Green value is 141 (55.47% from 255 or 23.31% from 605); Blue value is 225 (88.28% from 255 or 37.19% from 605); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8DE1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF8DE1 is #10721E. Grayscale: #B3B3B3. Windows color (decimal): -1077791 or 14781935. OLE color: 14781935.

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

Color convert

RGB239141225-
CMYK00.410.060.06
HSL308.57º75.38%74.51%-
HSV(B)308.57º41%93.73%-
XYZ58.7142.8476.41-
YUV179.88153.47170.17-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.50%
GREEN value IS 141 (55.47% from 255) = 23.31%
BLUE value IS 225 (88.28% from 255) = 37.19%
R=39.50%
G=23.31%
B=37.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.06
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23914122500.410.060.06308.5775.3874.51
HexEF8DE1029661354b4b
Octal35721534105166465113113
Binary111011111000110111100001010100111011010011010110010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF8DE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF8DE1; }

 p { color: rgb(239,141,225); }

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

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

 a { background-color: rgb(239,141,225); }

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

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

 span { border-color: rgb(239,141,225); }

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