#EF8BD7

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

Shades of Pale Magenta #EF8BD7

Tints of Pale Magenta #EF8BD7

Color information

#EF8BD7 (or 0xEF8BD7) is unknown color: approx Pale Magenta. HEX triplet: EF, 8B and D7. RGB value is (239,139,215). Sum of RGB (Red+Green+Blue) = 239+139+215=593 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.30% from 593); Green value is 139 (54.69% from 255 or 23.44% from 593); Blue value is 215 (84.38% from 255 or 36.26% from 593); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8BD7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF8BD7 is #107428. Grayscale: #B1B1B1. Windows color (decimal): -1078313 or 14126063. OLE color: 14126063.

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

Color convert

RGB239139215-
CMYK00.420.100.06
HSL314.4º75.76%74.12%-
HSV(B)314.4º41.84%93.73%-
XYZ57.0941.7269.33-
YUV177.56149.13171.82-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.30%
GREEN value IS 139 (54.69% from 255) = 23.44%
BLUE value IS 215 (84.38% from 255) = 36.26%
R=40.30%
G=23.44%
B=36.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.10
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23913921500.420.100.06314.475.7674.12
HexEF8BD702AA613a4c4a
Octal357213327052126472114112
Binary1110111110001011110101110101010101011010011101010011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF8BD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF8BD7; }

 p { color: rgb(239,139,215); }

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

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

 a { background-color: rgb(239,139,215); }

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

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

 span { border-color: rgb(239,139,215); }

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