#ED7AE1

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

Shades of Pale Magenta #ED7AE1

Tints of Pale Magenta #ED7AE1

Color information

#ED7AE1 (or 0xED7AE1) is unknown color: approx Pale Magenta. HEX triplet: ED, 7A and E1. RGB value is (237,122,225). Sum of RGB (Red+Green+Blue) = 237+122+225=584 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.58% from 584); Green value is 122 (48.05% from 255 or 20.89% from 584); Blue value is 225 (88.28% from 255 or 38.53% from 584); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7AE1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED7AE1 is #12851E. Grayscale: #A7A7A7. Windows color (decimal): -1213727 or 14777069. OLE color: 14777069.

HSL color Cylindrical-coordinate representation of color #ED7AE1: hue angle of 306.26º degrees, saturation: 0.76, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #ED7AE1 is Cyan = 0, Magento = 0.49, Yellow = 0.05 and Black (K on CMYK) = 0.07.

Color convert

RGB237122225-
CMYK00.490.050.07
HSL306.26º76.16%70.39%-
HSV(B)306.26º48.52%92.94%-
XYZ55.4837.3675.52-
YUV168.13160.1177.12-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 40.58%
GREEN value IS 122 (48.05% from 255) = 20.89%
BLUE value IS 225 (88.28% from 255) = 38.53%
R=40.58%
G=20.89%
B=38.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.05
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23712222500.490.050.07306.2676.1670.39
HexED7AE1031571324c46
Octal35517234106157462114106
Binary11101101111101011100001011000110111110011001010011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED7AE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED7AE1; }

 p { color: rgb(237,122,225); }

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

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

 a { background-color: rgb(237,122,225); }

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

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

 span { border-color: rgb(237,122,225); }

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