#EF81DC

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

Shades of Pale Magenta #EF81DC

Tints of Pale Magenta #EF81DC

Color information

#EF81DC (or 0xEF81DC) is unknown color: approx Pale Magenta. HEX triplet: EF, 81 and DC. RGB value is (239,129,220). Sum of RGB (Red+Green+Blue) = 239+129+220=588 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.65% from 588); Green value is 129 (50.78% from 255 or 21.94% from 588); Blue value is 220 (86.33% from 255 or 37.41% from 588); Max value from RGB is 239 - color contains mainly: red. Hex color #EF81DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF81DC is #107E23. Grayscale: #ACACAC. Windows color (decimal): -1080868 or 14451183. OLE color: 14451183.

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

Color convert

RGB239129220-
CMYK00.460.080.06
HSL310.36º77.46%72.16%-
HSV(B)310.36º46.03%93.73%-
XYZ56.3739.2272.31-
YUV172.26154.94175.6-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.65%
GREEN value IS 129 (50.78% from 255) = 21.94%
BLUE value IS 220 (86.33% from 255) = 37.41%
R=40.65%
G=21.94%
B=37.41%

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
Decimal23912922000.460.080.06310.3677.4672.16
HexEF81DC02E861364d48
Octal357201334056106466115110
Binary1110111110000001110111000101110100011010011011010011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF81DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF81DC; }

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

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

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

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

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

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

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

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