#EF8ED5

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

Shades of Pale Magenta #EF8ED5

Tints of Pale Magenta #EF8ED5

Color information

#EF8ED5 (or 0xEF8ED5) is unknown color: approx Pale Magenta. HEX triplet: EF, 8E and D5. RGB value is (239,142,213). Sum of RGB (Red+Green+Blue) = 239+142+213=594 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.24% from 594); Green value is 142 (55.86% from 255 or 23.91% from 594); Blue value is 213 (83.59% from 255 or 35.86% from 594); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8ED5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF8ED5 is #10712A. Grayscale: #B2B2B2. Windows color (decimal): -1077547 or 13995759. OLE color: 13995759.

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

Color convert

RGB239142213-
CMYK00.410.110.06
HSL316.08º75.19%74.71%-
HSV(B)316.08º40.59%93.73%-
XYZ57.2842.568.14-
YUV179.1147.14170.73-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.24%
GREEN value IS 142 (55.86% from 255) = 23.91%
BLUE value IS 213 (83.59% from 255) = 35.86%
R=40.24%
G=23.91%
B=35.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.11
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23914221300.410.110.06316.0875.1974.71
HexEF8ED5029B613c4b4b
Octal357216325051136474113113
Binary1110111110001110110101010101001101111010011110010010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF8ED5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF8ED5; }

 p { color: rgb(239,142,213); }

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

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

 a { background-color: rgb(239,142,213); }

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

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

 span { border-color: rgb(239,142,213); }

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