#EF8EDB

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

Shades of Pale Magenta #EF8EDB

Tints of Pale Magenta #EF8EDB

Color information

#EF8EDB (or 0xEF8EDB) is unknown color: approx Pale Magenta. HEX triplet: EF, 8E and DB. RGB value is (239,142,219). Sum of RGB (Red+Green+Blue) = 239+142+219=600 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.83% from 600); Green value is 142 (55.86% from 255 or 23.67% from 600); Blue value is 219 (85.94% from 255 or 36.5% from 600); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8EDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF8EDB is #107124. Grayscale: #B3B3B3. Windows color (decimal): -1077541 or 14388975. OLE color: 14388975.

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

Color convert

RGB239142219-
CMYK00.410.080.06
HSL312.37º75.19%74.71%-
HSV(B)312.37º40.59%93.73%-
XYZ58.0642.8172.22-
YUV179.78150.14170.24-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.83%
GREEN value IS 142 (55.86% from 255) = 23.67%
BLUE value IS 219 (85.94% from 255) = 36.5%
R=39.83%
G=23.67%
B=36.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.08
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23914221900.410.080.06312.3775.1974.71
HexEF8EDB029861384b4b
Octal357216333051106470113113
Binary1110111110001110110110110101001100011010011100010010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF8EDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF8EDB; }

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

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

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

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

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

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

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

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