#EF8AE6

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

Shades of Pale Magenta #EF8AE6

Tints of Pale Magenta #EF8AE6

Color information

#EF8AE6 (or 0xEF8AE6) is unknown color: approx Pale Magenta. HEX triplet: EF, 8A and E6. RGB value is (239,138,230). Sum of RGB (Red+Green+Blue) = 239+138+230=607 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.37% from 607); Green value is 138 (54.30% from 255 or 22.73% from 607); Blue value is 230 (90.23% from 255 or 37.89% from 607); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8AE6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EF8AE6 is #107519. Grayscale: #B2B2B2. Windows color (decimal): -1078554 or 15108847. OLE color: 15108847.

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

Color convert

RGB239138230-
CMYK00.420.040.06
HSL305.35º75.94%73.92%-
HSV(B)305.35º42.26%93.73%-
XYZ58.9742.2479.91-
YUV178.69156.96171.02-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.37%
GREEN value IS 138 (54.30% from 255) = 22.73%
BLUE value IS 230 (90.23% from 255) = 37.89%
R=39.37%
G=22.73%
B=37.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.04
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23913823000.420.040.06305.3575.9473.92
HexEF8AE602A461314c4a
Octal35721234605246461114112
Binary111011111000101011100110010101010011010011000110011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF8AE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF8AE6; }

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

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

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

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

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

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

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

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