#EF88E0

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

Shades of Pale Magenta #EF88E0

Tints of Pale Magenta #EF88E0

Color information

#EF88E0 (or 0xEF88E0) is unknown color: approx Pale Magenta. HEX triplet: EF, 88 and E0. RGB value is (239,136,224). Sum of RGB (Red+Green+Blue) = 239+136+224=599 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.90% from 599); Green value is 136 (53.52% from 255 or 22.70% from 599); Blue value is 224 (87.89% from 255 or 37.40% from 599); Max value from RGB is 239 - color contains mainly: red. Hex color #EF88E0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF88E0 is #10771F. Grayscale: #B0B0B0. Windows color (decimal): -1079072 or 14715119. OLE color: 14715119.

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

Color convert

RGB239136224-
CMYK00.430.060.06
HSL308.74º76.3%73.53%-
HSV(B)308.74º43.1%93.73%-
XYZ57.8641.3475.45-
YUV176.83154.62172.34-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.90%
GREEN value IS 136 (53.52% from 255) = 22.70%
BLUE value IS 224 (87.89% from 255) = 37.40%
R=39.90%
G=22.70%
B=37.40%

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
Decimal23913622400.430.060.06308.7476.373.53
HexEF88E002B661354c4a
Octal35721034005366465114112
Binary111011111000100011100000010101111011010011010110011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF88E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF88E0; }

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

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

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

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

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

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

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

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