#EF88D7

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

Shades of Pale Magenta #EF88D7

Tints of Pale Magenta #EF88D7

Color information

#EF88D7 (or 0xEF88D7) is unknown color: approx Pale Magenta. HEX triplet: EF, 88 and D7. RGB value is (239,136,215). Sum of RGB (Red+Green+Blue) = 239+136+215=590 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.51% from 590); Green value is 136 (53.52% from 255 or 23.05% from 590); Blue value is 215 (84.38% from 255 or 36.44% from 590); Max value from RGB is 239 - color contains mainly: red. Hex color #EF88D7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF88D7 is #107728. Grayscale: #AFAFAF. Windows color (decimal): -1079081 or 14125295. OLE color: 14125295.

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

Color convert

RGB239136215-
CMYK00.430.100.06
HSL313.98º76.3%73.53%-
HSV(B)313.98º43.1%93.73%-
XYZ56.6740.8769.19-
YUV175.8150.12173.08-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.51%
GREEN value IS 136 (53.52% from 255) = 23.05%
BLUE value IS 215 (84.38% from 255) = 36.44%
R=40.51%
G=23.05%
B=36.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.10
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23913621500.430.100.06313.9876.373.53
HexEF88D702BA613a4c4a
Octal357210327053126472114112
Binary1110111110001000110101110101011101011010011101010011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF88D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF88D7; }

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

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

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

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

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

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

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

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