#EF8BDB

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

Shades of Pale Magenta #EF8BDB

Tints of Pale Magenta #EF8BDB

Color information

#EF8BDB (or 0xEF8BDB) is unknown color: approx Pale Magenta. HEX triplet: EF, 8B and DB. RGB value is (239,139,219). Sum of RGB (Red+Green+Blue) = 239+139+219=597 (79% of max value = 765). Red value is 239 (93.75% from 255 or 40.03% from 597); Green value is 139 (54.69% from 255 or 23.28% from 597); Blue value is 219 (85.94% from 255 or 36.68% from 597); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8BDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF8BDB is #107424. Grayscale: #B1B1B1. Windows color (decimal): -1078309 or 14388207. OLE color: 14388207.

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

Color convert

RGB239139219-
CMYK00.420.080.06
HSL312º75.76%74.12%-
HSV(B)312º41.84%93.73%-
XYZ57.6241.9372.07-
YUV178.02151.13171.5-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.03%
GREEN value IS 139 (54.69% from 255) = 23.28%
BLUE value IS 219 (85.94% from 255) = 36.68%
R=40.03%
G=23.28%
B=36.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.08
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23913921900.420.080.0631275.7674.12
HexEF8BDB02A861384c4a
Octal357213333052106470114112
Binary1110111110001011110110110101010100011010011100010011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF8BDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF8BDB; }

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

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

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

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

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

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

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

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