#EF8AE2

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

Shades of Pale Magenta #EF8AE2

Tints of Pale Magenta #EF8AE2

Color information

#EF8AE2 (or 0xEF8AE2) is unknown color: approx Pale Magenta. HEX triplet: EF, 8A and E2. RGB value is (239,138,226). Sum of RGB (Red+Green+Blue) = 239+138+226=603 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.64% from 603); Green value is 138 (54.30% from 255 or 22.89% from 603); Blue value is 226 (88.67% from 255 or 37.48% from 603); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8AE2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF8AE2 is #10751D. Grayscale: #B1B1B1. Windows color (decimal): -1078558 or 14846703. OLE color: 14846703.

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

Color convert

RGB239138226-
CMYK00.420.050.06
HSL307.72º75.94%73.92%-
HSV(B)307.72º42.26%93.73%-
XYZ58.4142.0276.98-
YUV178.23154.96171.34-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.64%
GREEN value IS 138 (54.30% from 255) = 22.89%
BLUE value IS 226 (88.67% from 255) = 37.48%
R=39.64%
G=22.89%
B=37.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.05
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23913822600.420.050.06307.7275.9473.92
HexEF8AE202A561344c4a
Octal35721234205256464114112
Binary111011111000101011100010010101010111010011010010011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF8AE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF8AE2; }

 p { color: rgb(239,138,226); }

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

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

 a { background-color: rgb(239,138,226); }

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

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

 span { border-color: rgb(239,138,226); }

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