Html Css Color HEX #ED91DE Pale Magenta

📋 copy color: '#ED91DE'

red 237 ◦ green 145 ◦ blue 222

#ED91DE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pale Magenta #ED91DE

Tints of Pale Magenta #ED91DE

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 value IS 0

 M value IS 0.39

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#ED91DE (or 0xED91DE) is known color: 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

RGB 237 145 222 -
CMYK 0 0.39 0.06 0.07
HSL 309.78º 0.72% 0.75% -
HSV(B) 309.78º 0.39% 0.93% -
XYZ 58.24 43.53 74.44 -
YUV 181.29 150.98 167.74 -
System Red Green Blue C M Y K H S L
Decimal 237 145 222 0 0.39 0.06 0.07 309.78 0.72 0.75
Hex ED 91 DE 0 27 6 7 136 48 4B
Octal 355 221 336 0 47 6 7 466 110 113
Binary 11101101 10010001 11011110 0 100111 110 111 100110110 1001000 1001011

Color Harmonies of #ED91DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED91DE

Black with #ED91DE

Text Example


Text Example

White with #ED91DE

Text Example


Text Example

HTML Codes & Css Web 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>