Html Css Color HEX #ED93DF Pale Magenta

📋 copy color: '#ED93DF'

red 237 ◦ green 147 ◦ blue 223

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

Shades of Pale Magenta #ED93DF

Tints of Pale Magenta #ED93DF

RGB

 RED value IS 237 (92.97% from 255) = 39.04%

 GREEN value IS 147 (57.81% from 255) = 24.22%

 BLUE value IS 223 (87.5% from 255) = 36.74%

R = 39.04%
G = 24.22%
B = 36.74%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#ED93DF (or 0xED93DF) is known color: Pale Magenta. HEX triplet: ED, 93 and DF. RGB value is (237,147,223). Sum of RGB (Red+Green+Blue) = 237+147+223=607 (80% of max value = 765). Red value is 237 (92.97% from 255 or 39.04% from 607); Green value is 147 (57.81% from 255 or 24.22% from 607); Blue value is 223 (87.5% from 255 or 36.74% from 607); Max value from RGB is 237 - color contains mainly: red. Hex color #ED93DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED93DF is #126C20. Grayscale: #B6B6B6. Windows color (decimal): -1207329 or 14652397. OLE color: 14652397.

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

Color convert

RGB 237 147 223 -
CMYK 0 0.38 0.06 0.07
HSL 309.33º 0.71% 0.75% -
HSV(B) 309.33º 0.38% 0.93% -
XYZ 58.68 44.2 75.25 -
YUV 182.57 150.82 166.82 -
System Red Green Blue C M Y K H S L
Decimal 237 147 223 0 0.38 0.06 0.07 309.33 0.71 0.75
Hex ED 93 DF 0 26 6 7 135 47 4B
Octal 355 223 337 0 46 6 7 465 107 113
Binary 11101101 10010011 11011111 0 100110 110 111 100110101 1000111 1001011

Color Harmonies of #ED93DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED93DF

Black with #ED93DF

Text Example


Text Example

White with #ED93DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED93DF; }

 p { color: rgb(237,147,223); }

 H1.HeaderClassName
 {
   color: #ED93DF;
 }
 .AnyTagClassName
 {
   color: #ED93DF;
 }
</style>

background-color css

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

 a { background-color: rgb(237,147,223); }

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

border-color css

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

 span { border-color: rgb(237,147,223); }

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