#EF8DE4

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

Shades of Pale Magenta #EF8DE4

Tints of Pale Magenta #EF8DE4

Color information

#EF8DE4 (or 0xEF8DE4) is unknown color: approx Pale Magenta. HEX triplet: EF, 8D and E4. RGB value is (239,141,228). Sum of RGB (Red+Green+Blue) = 239+141+228=608 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.31% from 608); Green value is 141 (55.47% from 255 or 23.19% from 608); Blue value is 228 (89.45% from 255 or 37.5% from 608); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8DE4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF8DE4 is #10721B. Grayscale: #B3B3B3. Windows color (decimal): -1077788 or 14978543. OLE color: 14978543.

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

Color convert

RGB239141228-
CMYK00.410.050.06
HSL306.73º75.38%74.51%-
HSV(B)306.73º41%93.73%-
XYZ59.134378.58-
YUV180.22154.97169.93-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.31%
GREEN value IS 141 (55.47% from 255) = 23.19%
BLUE value IS 228 (89.45% from 255) = 37.5%
R=39.31%
G=23.19%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.05
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23914122800.410.050.06306.7375.3874.51
HexEF8DE4029561334b4b
Octal35721534405156463113113
Binary111011111000110111100100010100110111010011001110010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF8DE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF8DE4; }

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

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

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

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

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

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

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

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