#ED8EE2

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

Shades of Pale Magenta #ED8EE2

Tints of Pale Magenta #ED8EE2

Color information

#ED8EE2 (or 0xED8EE2) is unknown color: approx Pale Magenta. HEX triplet: ED, 8E and E2. RGB value is (237,142,226). Sum of RGB (Red+Green+Blue) = 237+142+226=605 (80% of max value = 765). Red value is 237 (92.97% from 255 or 39.17% from 605); Green value is 142 (55.86% from 255 or 23.47% from 605); Blue value is 226 (88.67% from 255 or 37.36% from 605); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8EE2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED8EE2 is #12711D. Grayscale: #B3B3B3. Windows color (decimal): -1208606 or 14847725. OLE color: 14847725.

HSL color Cylindrical-coordinate representation of color #ED8EE2: hue angle of 306.95º 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 #ED8EE2 is Cyan = 0, Magento = 0.40, Yellow = 0.05 and Black (K on CMYK) = 0.07.

Color convert

RGB237142226-
CMYK00.400.050.07
HSL306.95º72.52%74.31%-
HSV(B)306.95º40.08%92.94%-
XYZ58.3342.8477.15-
YUV179.98153.97168.67-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 39.17%
GREEN value IS 142 (55.86% from 255) = 23.47%
BLUE value IS 226 (88.67% from 255) = 37.36%
R=39.17%
G=23.47%
B=37.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.05
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23714222600.400.050.07306.9572.5274.31
HexED8EE202857133494a
Octal35521634205057463111112
Binary111011011000111011100010010100010111110011001110010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED8EE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED8EE2; }

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

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

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

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

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

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

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

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