Html Css Color HEX #ED77DA Pale Magenta

📋 copy color: '#ED77DA'

red 237 ◦ green 119 ◦ blue 218

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

Shades of Pale Magenta #ED77DA

Tints of Pale Magenta #ED77DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 37.98%

R = 41.29%
G = 20.73%
B = 37.98%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#ED77DA (or 0xED77DA) is known color: Pale Magenta. HEX triplet: ED, 77 and DA. RGB value is (237,119,218). Sum of RGB (Red+Green+Blue) = 237+119+218=574 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.29% from 574); Green value is 119 (46.88% from 255 or 20.73% from 574); Blue value is 218 (85.55% from 255 or 37.98% from 574); Max value from RGB is 237 - color contains mainly: red. Hex color #ED77DA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED77DA is #128825. Grayscale: #A5A5A5. Windows color (decimal): -1214502 or 14317549. OLE color: 14317549.

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

Color convert

RGB 237 119 218 -
CMYK 0 0.50 0.08 0.07
HSL 309.66º 0.77% 0.7% -
HSV(B) 309.66º 0.5% 0.93% -
XYZ 54.18 36.26 70.47 -
YUV 165.57 157.59 178.95 -
System Red Green Blue C M Y K H S L
Decimal 237 119 218 0 0.50 0.08 0.07 309.66 0.77 0.7
Hex ED 77 DA 0 32 8 7 136 4D 46
Octal 355 167 332 0 62 10 7 466 115 106
Binary 11101101 1110111 11011010 0 110010 1000 111 100110110 1001101 1000110

Color Harmonies of #ED77DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED77DA

Black with #ED77DA

Text Example


Text Example

White with #ED77DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED77DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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