Html Css Color HEX #ED77E0 Pale Magenta

📋 copy color: '#ED77E0'

red 237 ◦ green 119 ◦ blue 224

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

Shades of Pale Magenta #ED77E0

Tints of Pale Magenta #ED77E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 38.62%

R = 40.86%
G = 20.52%
B = 38.62%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.05

 K value IS 0.07

RGB Variations

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

Color information

#ED77E0 (or 0xED77E0) is known color: Pale Magenta. HEX triplet: ED, 77 and E0. RGB value is (237,119,224). Sum of RGB (Red+Green+Blue) = 237+119+224=580 (76% of max value = 765). Red value is 237 (92.97% from 255 or 40.86% from 580); Green value is 119 (46.88% from 255 or 20.52% from 580); Blue value is 224 (87.89% from 255 or 38.62% from 580); Max value from RGB is 237 - color contains mainly: red. Hex color #ED77E0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED77E0 is #12881F. Grayscale: #A5A5A5. Windows color (decimal): -1214496 or 14710765. OLE color: 14710765.

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

Color convert

RGB 237 119 224 -
CMYK 0 0.50 0.05 0.07
HSL 306.61º 0.77% 0.7% -
HSV(B) 306.61º 0.5% 0.93% -
XYZ 54.98 36.58 74.68 -
YUV 166.25 160.59 178.46 -
System Red Green Blue C M Y K H S L
Decimal 237 119 224 0 0.50 0.05 0.07 306.61 0.77 0.7
Hex ED 77 E0 0 32 5 7 133 4D 46
Octal 355 167 340 0 62 5 7 463 115 106
Binary 11101101 1110111 11100000 0 110010 101 111 100110011 1001101 1000110

Color Harmonies of #ED77E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED77E0

Black with #ED77E0

Text Example


Text Example

White with #ED77E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED77E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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