#EF83DA

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

Shades of Pale Magenta #EF83DA

Tints of Pale Magenta #EF83DA

Color information

#EF83DA (or 0xEF83DA) is unknown color: approx Pale Magenta. HEX triplet: EF, 83 and DA. RGB value is (239,131,218). Sum of RGB (Red+Green+Blue) = 239+131+218=588 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.65% from 588); Green value is 131 (51.56% from 255 or 22.28% from 588); Blue value is 218 (85.55% from 255 or 37.07% from 588); Max value from RGB is 239 - color contains mainly: red. Hex color #EF83DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF83DA is #107C25. Grayscale: #ACACAC. Windows color (decimal): -1080358 or 14320623. OLE color: 14320623.

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

Color convert

RGB239131218-
CMYK00.450.090.06
HSL311.67º77.14%72.55%-
HSV(B)311.67º45.19%93.73%-
XYZ56.3739.6571.01-
YUV173.21153.28174.93-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.65%
GREEN value IS 131 (51.56% from 255) = 22.28%
BLUE value IS 218 (85.55% from 255) = 37.07%
R=40.65%
G=22.28%
B=37.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.09
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23913121800.450.090.06311.6777.1472.55
HexEF83DA02D961384d49
Octal357203332055116470115111
Binary1110111110000011110110100101101100111010011100010011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF83DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF83DA; }

 p { color: rgb(239,131,218); }

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

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

 a { background-color: rgb(239,131,218); }

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

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

 span { border-color: rgb(239,131,218); }

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