#EF81DD

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

Shades of Pale Magenta #EF81DD

Tints of Pale Magenta #EF81DD

Color information

#EF81DD (or 0xEF81DD) is unknown color: approx Pale Magenta. HEX triplet: EF, 81 and DD. RGB value is (239,129,221). Sum of RGB (Red+Green+Blue) = 239+129+221=589 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.58% from 589); Green value is 129 (50.78% from 255 or 21.90% from 589); Blue value is 221 (86.72% from 255 or 37.52% from 589); Max value from RGB is 239 - color contains mainly: red. Hex color #EF81DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF81DD is #107E22. Grayscale: #ACACAC. Windows color (decimal): -1080867 or 14516719. OLE color: 14516719.

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

Color convert

RGB239129221-
CMYK00.460.080.06
HSL309.82º77.46%72.16%-
HSV(B)309.82º46.03%93.73%-
XYZ56.539.2773.01-
YUV172.38155.44175.52-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.58%
GREEN value IS 129 (50.78% from 255) = 21.90%
BLUE value IS 221 (86.72% from 255) = 37.52%
R=40.58%
G=21.90%
B=37.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.08
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23912922100.460.080.06309.8277.4672.16
HexEF81DD02E861364d48
Octal357201335056106466115110
Binary1110111110000001110111010101110100011010011011010011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF81DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF81DD; }

 p { color: rgb(239,129,221); }

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

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

 a { background-color: rgb(239,129,221); }

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

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

 span { border-color: rgb(239,129,221); }

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