#EF8EE1

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

Shades of Pale Magenta #EF8EE1

Tints of Pale Magenta #EF8EE1

Color information

#EF8EE1 (or 0xEF8EE1) is unknown color: approx Pale Magenta. HEX triplet: EF, 8E and E1. RGB value is (239,142,225). Sum of RGB (Red+Green+Blue) = 239+142+225=606 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.44% from 606); Green value is 142 (55.86% from 255 or 23.43% from 606); Blue value is 225 (88.28% from 255 or 37.13% from 606); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8EE1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF8EE1 is #10711E. Grayscale: #B4B4B4. Windows color (decimal): -1077535 or 14782191. OLE color: 14782191.

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

Color convert

RGB239142225-
CMYK00.410.060.06
HSL308.66º75.19%74.71%-
HSV(B)308.66º40.59%93.73%-
XYZ58.8643.1376.46-
YUV180.46153.14169.75-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.44%
GREEN value IS 142 (55.86% from 255) = 23.43%
BLUE value IS 225 (88.28% from 255) = 37.13%
R=39.44%
G=23.43%
B=37.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.06
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23914222500.410.060.06308.6675.1974.71
HexEF8EE1029661354b4b
Octal35721634105166465113113
Binary111011111000111011100001010100111011010011010110010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF8EE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF8EE1; }

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

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

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

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

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

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

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

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