#EF7AE3

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

Shades of Pale Magenta #EF7AE3

Tints of Pale Magenta #EF7AE3

Color information

#EF7AE3 (or 0xEF7AE3) is unknown color: approx Pale Magenta. HEX triplet: EF, 7A and E3. RGB value is (239,122,227). Sum of RGB (Red+Green+Blue) = 239+122+227=588 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.65% from 588); Green value is 122 (48.05% from 255 or 20.75% from 588); Blue value is 227 (89.06% from 255 or 38.61% from 588); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7AE3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF7AE3 is #10851C. Grayscale: #A8A8A8. Windows color (decimal): -1082653 or 14908143. OLE color: 14908143.

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

Color convert

RGB239122227-
CMYK00.490.050.06
HSL306.15º78.52%70.78%-
HSV(B)306.15º48.95%93.73%-
XYZ56.4237.8277-
YUV168.95160.76177.96-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.65%
GREEN value IS 122 (48.05% from 255) = 20.75%
BLUE value IS 227 (89.06% from 255) = 38.61%
R=40.65%
G=20.75%
B=38.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.05
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23912222700.490.050.06306.1578.5270.78
HexEF7AE3031561324f47
Octal35717234306156462117107
Binary11101111111101011100011011000110111010011001010011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF7AE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF7AE3; }

 p { color: rgb(239,122,227); }

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

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

 a { background-color: rgb(239,122,227); }

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

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

 span { border-color: rgb(239,122,227); }

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