#EF8AE1

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

Shades of Pale Magenta #EF8AE1

Tints of Pale Magenta #EF8AE1

Color information

#EF8AE1 (or 0xEF8AE1) is unknown color: approx Pale Magenta. HEX triplet: EF, 8A and E1. RGB value is (239,138,225). Sum of RGB (Red+Green+Blue) = 239+138+225=602 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.70% from 602); Green value is 138 (54.30% from 255 or 22.92% from 602); Blue value is 225 (88.28% from 255 or 37.38% from 602); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8AE1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF8AE1 is #10751E. Grayscale: #B1B1B1. Windows color (decimal): -1078559 or 14781167. OLE color: 14781167.

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

Color convert

RGB239138225-
CMYK00.420.060.06
HSL308.32º75.94%73.92%-
HSV(B)308.32º42.26%93.73%-
XYZ58.2841.9676.26-
YUV178.12154.46171.43-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.70%
GREEN value IS 138 (54.30% from 255) = 22.92%
BLUE value IS 225 (88.28% from 255) = 37.38%
R=39.70%
G=22.92%
B=37.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.06
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23913822500.420.060.06308.3275.9473.92
HexEF8AE102A661344c4a
Octal35721234105266464114112
Binary111011111000101011100001010101011011010011010010011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF8AE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF8AE1; }

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

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

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

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

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

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

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

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