#EF88DA

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

Shades of Pale Magenta #EF88DA

Tints of Pale Magenta #EF88DA

Color information

#EF88DA (or 0xEF88DA) is unknown color: approx Pale Magenta. HEX triplet: EF, 88 and DA. RGB value is (239,136,218). Sum of RGB (Red+Green+Blue) = 239+136+218=593 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.30% from 593); Green value is 136 (53.52% from 255 or 22.93% from 593); Blue value is 218 (85.55% from 255 or 36.76% from 593); Max value from RGB is 239 - color contains mainly: red. Hex color #EF88DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF88DA is #107725. Grayscale: #AFAFAF. Windows color (decimal): -1079078 or 14321903. OLE color: 14321903.

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

Color convert

RGB239136218-
CMYK00.430.090.06
HSL312.23º76.3%73.53%-
HSV(B)312.23º43.1%93.73%-
XYZ57.0641.0271.24-
YUV176.14151.62172.83-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.30%
GREEN value IS 136 (53.52% from 255) = 22.93%
BLUE value IS 218 (85.55% from 255) = 36.76%
R=40.30%
G=22.93%
B=36.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.09
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23913621800.430.090.06312.2376.373.53
HexEF88DA02B961384c4a
Octal357210332053116470114112
Binary1110111110001000110110100101011100111010011100010011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF88DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF88DA; }

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

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

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

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

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

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

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

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