#ED8EE4

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

Shades of Pale Magenta #ED8EE4

Tints of Pale Magenta #ED8EE4

Color information

#ED8EE4 (or 0xED8EE4) is unknown color: approx Pale Magenta. HEX triplet: ED, 8E and E4. RGB value is (237,142,228). Sum of RGB (Red+Green+Blue) = 237+142+228=607 (80% of max value = 765). Red value is 237 (92.97% from 255 or 39.04% from 607); Green value is 142 (55.86% from 255 or 23.39% from 607); Blue value is 228 (89.45% from 255 or 37.56% from 607); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8EE4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED8EE4 is #12711B. Grayscale: #B3B3B3. Windows color (decimal): -1208604 or 14978797. OLE color: 14978797.

HSL color Cylindrical-coordinate representation of color #ED8EE4: hue angle of 305.68º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ED8EE4 is Cyan = 0, Magento = 0.40, Yellow = 0.04 and Black (K on CMYK) = 0.07.

Color convert

RGB237142228-
CMYK00.400.040.07
HSL305.68º72.52%74.31%-
HSV(B)305.68º40.08%92.94%-
XYZ58.642.9578.6-
YUV180.21154.97168.51-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 39.04%
GREEN value IS 142 (55.86% from 255) = 23.39%
BLUE value IS 228 (89.45% from 255) = 37.56%
R=39.04%
G=23.39%
B=37.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.04
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23714222800.400.040.07305.6872.5274.31
HexED8EE402847132494a
Octal35521634405047462111112
Binary111011011000111011100100010100010011110011001010010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED8EE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED8EE4; }

 p { color: rgb(237,142,228); }

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

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

 a { background-color: rgb(237,142,228); }

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

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

 span { border-color: rgb(237,142,228); }

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