#EF88D5

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

Shades of Pale Magenta #EF88D5

Tints of Pale Magenta #EF88D5

Color information

#EF88D5 (or 0xEF88D5) is unknown color: approx Pale Magenta. HEX triplet: EF, 88 and D5. RGB value is (239,136,213). Sum of RGB (Red+Green+Blue) = 239+136+213=588 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.65% from 588); Green value is 136 (53.52% from 255 or 23.13% from 588); Blue value is 213 (83.59% from 255 or 36.22% from 588); Max value from RGB is 239 - color contains mainly: red. Hex color #EF88D5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF88D5 is #10772A. Grayscale: #AFAFAF. Windows color (decimal): -1079083 or 13994223. OLE color: 13994223.

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

Color convert

RGB239136213-
CMYK00.430.110.06
HSL315.15º76.3%73.53%-
HSV(B)315.15º43.1%93.73%-
XYZ56.4140.7667.85-
YUV175.58149.12173.24-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.65%
GREEN value IS 136 (53.52% from 255) = 23.13%
BLUE value IS 213 (83.59% from 255) = 36.22%
R=40.65%
G=23.13%
B=36.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.11
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23913621300.430.110.06315.1576.373.53
HexEF88D502BB613b4c4a
Octal357210325053136473114112
Binary1110111110001000110101010101011101111010011101110011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF88D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF88D5; }

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

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

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

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

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

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

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

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