Html Css Color HEX #ED77DD Pale Magenta

📋 copy color: '#ED77DD'

red 237 ◦ green 119 ◦ blue 221

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

Shades of Pale Magenta #ED77DD

Tints of Pale Magenta #ED77DD

RGB

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

 GREEN value IS 119 (46.88% from 255) = 20.62%

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

R = 41.07%
G = 20.62%
B = 38.3%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#ED77DD (or 0xED77DD) is known color: Pale Magenta. HEX triplet: ED, 77 and DD. RGB value is (237,119,221). Sum of RGB (Red+Green+Blue) = 237+119+221=577 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.07% from 577); Green value is 119 (46.88% from 255 or 20.62% from 577); Blue value is 221 (86.72% from 255 or 38.30% from 577); Max value from RGB is 237 - color contains mainly: red. Hex color #ED77DD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED77DD is #128822. Grayscale: #A5A5A5. Windows color (decimal): -1214499 or 14514157. OLE color: 14514157.

HSL color Cylindrical-coordinate representation of color #ED77DD: hue angle of 308.14º degrees, saturation: 0.77, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #ED77DD is Cyan = 0, Magento = 0.50, Yellow = 0.07 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 119 221 -
CMYK 0 0.50 0.07 0.07
HSL 308.14º 0.77% 0.7% -
HSV(B) 308.14º 0.5% 0.93% -
XYZ 54.57 36.42 72.56 -
YUV 165.91 159.09 178.71 -
System Red Green Blue C M Y K H S L
Decimal 237 119 221 0 0.50 0.07 0.07 308.14 0.77 0.7
Hex ED 77 DD 0 32 7 7 134 4D 46
Octal 355 167 335 0 62 7 7 464 115 106
Binary 11101101 1110111 11011101 0 110010 111 111 100110100 1001101 1000110

Color Harmonies of #ED77DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED77DD

Black with #ED77DD

Text Example


Text Example

White with #ED77DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED77DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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