#ED91DE

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

Shades of Pale Magenta #ED91DE

Tints of Pale Magenta #ED91DE

Color information

#ED91DE (or 0xED91DE) is unknown color: approx Pale Magenta. HEX triplet: ED, 91 and DE. RGB value is (237,145,222). Sum of RGB (Red+Green+Blue) = 237+145+222=604 (80% of max value = 765). Red value is 237 (92.97% from 255 or 39.24% from 604); Green value is 145 (57.03% from 255 or 24.01% from 604); Blue value is 222 (87.11% from 255 or 36.75% from 604); Max value from RGB is 237 - color contains mainly: red. Hex color #ED91DE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED91DE is #126E21. Grayscale: #B5B5B5. Windows color (decimal): -1207842 or 14586349. OLE color: 14586349.

HSL color Cylindrical-coordinate representation of color #ED91DE: hue angle of 309.78º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #ED91DE is Cyan = 0, Magento = 0.39, Yellow = 0.06 and Black (K on CMYK) = 0.07.

Color convert

RGB237145222-
CMYK00.390.060.07
HSL309.78º71.88%74.9%-
HSV(B)309.78º38.82%92.94%-
XYZ58.2443.5374.44-
YUV181.29150.98167.74-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 39.24%
GREEN value IS 145 (57.03% from 255) = 24.01%
BLUE value IS 222 (87.11% from 255) = 36.75%
R=39.24%
G=24.01%
B=36.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.06
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23714522200.390.060.07309.7871.8874.9
HexED91DE02767136484b
Octal35522133604767466110113
Binary111011011001000111011110010011111011110011011010010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED91DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED91DE; }

 p { color: rgb(237,145,222); }

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

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

 a { background-color: rgb(237,145,222); }

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

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

 span { border-color: rgb(237,145,222); }

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