Html Css Color HEX #ED90DF Pale Magenta

📋 copy color: '#ED90DF'

red 237 ◦ green 144 ◦ blue 223

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

Shades of Pale Magenta #ED90DF

Tints of Pale Magenta #ED90DF

RGB

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

 GREEN value IS 144 (56.64% from 255) = 23.84%

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

R = 39.24%
G = 23.84%
B = 36.92%

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

#ED90DF (or 0xED90DF) is known color: Pale Magenta. HEX triplet: ED, 90 and DF. RGB value is (237,144,223). Sum of RGB (Red+Green+Blue) = 237+144+223=604 (80% of max value = 765). Red value is 237 (92.97% from 255 or 39.24% from 604); Green value is 144 (56.64% from 255 or 23.84% from 604); Blue value is 223 (87.5% from 255 or 36.92% from 604); Max value from RGB is 237 - color contains mainly: red. Hex color #ED90DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED90DF is #126F20. Grayscale: #B4B4B4. Windows color (decimal): -1208097 or 14651629. OLE color: 14651629.

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

Color convert

RGB 237 144 223 -
CMYK 0 0.39 0.06 0.07
HSL 309.03º 0.72% 0.75% -
HSV(B) 309.03º 0.39% 0.93% -
XYZ 58.22 43.28 75.1 -
YUV 180.81 151.81 168.08 -
System Red Green Blue C M Y K H S L
Decimal 237 144 223 0 0.39 0.06 0.07 309.03 0.72 0.75
Hex ED 90 DF 0 27 6 7 135 48 4B
Octal 355 220 337 0 47 6 7 465 110 113
Binary 11101101 10010000 11011111 0 100111 110 111 100110101 1001000 1001011

Color Harmonies of #ED90DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED90DF

Black with #ED90DF

Text Example


Text Example

White with #ED90DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED90DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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