Html Css Color HEX #ED80DD Pale Magenta

📋 copy color: '#ED80DD'

red 237 ◦ green 128 ◦ blue 221

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

Shades of Pale Magenta #ED80DD

Tints of Pale Magenta #ED80DD

RGB

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

 GREEN value IS 128 (50.39% from 255) = 21.84%

 BLUE value IS 221 (86.72% from 255) = 37.71%

R = 40.44%
G = 21.84%
B = 37.71%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#ED80DD (or 0xED80DD) is known color: Pale Magenta. HEX triplet: ED, 80 and DD. RGB value is (237,128,221). Sum of RGB (Red+Green+Blue) = 237+128+221=586 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.44% from 586); Green value is 128 (50.39% from 255 or 21.84% from 586); Blue value is 221 (86.72% from 255 or 37.71% from 586); Max value from RGB is 237 - color contains mainly: red. Hex color #ED80DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED80DD is #127F22. Grayscale: #AAAAAA. Windows color (decimal): -1212195 or 14516461. OLE color: 14516461.

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

Color convert

RGB 237 128 221 -
CMYK 0 0.46 0.07 0.07
HSL 308.81º 0.75% 0.72% -
HSV(B) 308.81º 0.46% 0.93% -
XYZ 55.7 38.66 72.93 -
YUV 171.19 156.11 174.94 -
System Red Green Blue C M Y K H S L
Decimal 237 128 221 0 0.46 0.07 0.07 308.81 0.75 0.72
Hex ED 80 DD 0 2E 7 7 135 4B 48
Octal 355 200 335 0 56 7 7 465 113 110
Binary 11101101 10000000 11011101 0 101110 111 111 100110101 1001011 1001000

Color Harmonies of #ED80DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED80DD

Black with #ED80DD

Text Example


Text Example

White with #ED80DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED80DD; }

 p { color: rgb(237,128,221); }

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

background-color css

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

 a { background-color: rgb(237,128,221); }

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

border-color css

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

 span { border-color: rgb(237,128,221); }

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