#EF85DB

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

Shades of Pale Magenta #EF85DB

Tints of Pale Magenta #EF85DB

Color information

#EF85DB (or 0xEF85DB) is unknown color: approx Pale Magenta. HEX triplet: EF, 85 and DB. RGB value is (239,133,219). Sum of RGB (Red+Green+Blue) = 239+133+219=591 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.44% from 591); Green value is 133 (52.34% from 255 or 22.50% from 591); Blue value is 219 (85.94% from 255 or 37.06% from 591); Max value from RGB is 239 - color contains mainly: red. Hex color #EF85DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF85DB is #107A24. Grayscale: #AEAEAE. Windows color (decimal): -1079845 or 14386671. OLE color: 14386671.

HSL color Cylindrical-coordinate representation of color #EF85DB: hue angle of 311.32º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EF85DB is Cyan = 0, Magento = 0.44, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB239133219-
CMYK00.440.080.06
HSL311.32º76.81%72.94%-
HSV(B)311.32º44.35%93.73%-
XYZ56.7740.2471.79-
YUV174.5153.12174.01-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.44%
GREEN value IS 133 (52.34% from 255) = 22.50%
BLUE value IS 219 (85.94% from 255) = 37.06%
R=40.44%
G=22.50%
B=37.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.08
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23913321900.440.080.06311.3276.8172.94
HexEF85DB02C861374d49
Octal357205333054106467115111
Binary1110111110000101110110110101100100011010011011110011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF85DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF85DB; }

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

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

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

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

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

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

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

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