#EF88E1

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

Shades of Pale Magenta #EF88E1

Tints of Pale Magenta #EF88E1

Color information

#EF88E1 (or 0xEF88E1) is unknown color: approx Pale Magenta. HEX triplet: EF, 88 and E1. RGB value is (239,136,225). Sum of RGB (Red+Green+Blue) = 239+136+225=600 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.83% from 600); Green value is 136 (53.52% from 255 or 22.67% from 600); Blue value is 225 (88.28% from 255 or 37.5% from 600); Max value from RGB is 239 - color contains mainly: red. Hex color #EF88E1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF88E1 is #10771E. Grayscale: #B0B0B0. Windows color (decimal): -1079071 or 14780655. OLE color: 14780655.

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

Color convert

RGB239136225-
CMYK00.430.060.06
HSL308.16º76.3%73.53%-
HSV(B)308.16º43.1%93.73%-
XYZ57.9941.476.17-
YUV176.94155.12172.26-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.83%
GREEN value IS 136 (53.52% from 255) = 22.67%
BLUE value IS 225 (88.28% from 255) = 37.5%
R=39.83%
G=22.67%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.06
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23913622500.430.060.06308.1676.373.53
HexEF88E102B661344c4a
Octal35721034105366464114112
Binary111011111000100011100001010101111011010011010010011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF88E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF88E1; }

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

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

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

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

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

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

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

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