#EF81D6

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

Shades of Pale Magenta #EF81D6

Tints of Pale Magenta #EF81D6

Color information

#EF81D6 (or 0xEF81D6) is unknown color: approx Pale Magenta. HEX triplet: EF, 81 and D6. RGB value is (239,129,214). Sum of RGB (Red+Green+Blue) = 239+129+214=582 (77% of max value = 765). Red value is 239 (93.75% from 255 or 41.07% from 582); Green value is 129 (50.78% from 255 or 22.16% from 582); Blue value is 214 (83.98% from 255 or 36.77% from 582); Max value from RGB is 239 - color contains mainly: red. Hex color #EF81D6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF81D6 is #107E29. Grayscale: #ABABAB. Windows color (decimal): -1080874 or 14057967. OLE color: 14057967.

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

Color convert

RGB239129214-
CMYK00.460.100.06
HSL313.64º77.46%72.16%-
HSV(B)313.64º46.03%93.73%-
XYZ55.5838.9168.2-
YUV171.58151.94176.09-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 41.07%
GREEN value IS 129 (50.78% from 255) = 22.16%
BLUE value IS 214 (83.98% from 255) = 36.77%
R=41.07%
G=22.16%
B=36.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.10
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23912921400.460.100.06313.6477.4672.16
HexEF81D602EA613a4d48
Octal357201326056126472115110
Binary1110111110000001110101100101110101011010011101010011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF81D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF81D6; }

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

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

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

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

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

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

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

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