Html Css Color HEX #ED78D9 Pale Magenta

📋 copy color: '#ED78D9'

red 237 ◦ green 120 ◦ blue 217

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

Shades of Pale Magenta #ED78D9

Tints of Pale Magenta #ED78D9

RGB

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

 GREEN value IS 120 (47.27% from 255) = 20.91%

 BLUE value IS 217 (85.16% from 255) = 37.8%

R = 41.29%
G = 20.91%
B = 37.8%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#ED78D9 (or 0xED78D9) is known color: Pale Magenta. HEX triplet: ED, 78 and D9. RGB value is (237,120,217). Sum of RGB (Red+Green+Blue) = 237+120+217=574 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.29% from 574); Green value is 120 (47.27% from 255 or 20.91% from 574); Blue value is 217 (85.16% from 255 or 37.80% from 574); Max value from RGB is 237 - color contains mainly: red. Hex color #ED78D9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED78D9 is #128726. Grayscale: #A5A5A5. Windows color (decimal): -1214247 or 14252269. OLE color: 14252269.

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

Color convert

RGB 237 120 217 -
CMYK 0 0.49 0.08 0.07
HSL 310.26º 0.76% 0.7% -
HSV(B) 310.26º 0.49% 0.93% -
XYZ 54.17 36.45 69.83 -
YUV 166.04 156.76 178.61 -
System Red Green Blue C M Y K H S L
Decimal 237 120 217 0 0.49 0.08 0.07 310.26 0.76 0.7
Hex ED 78 D9 0 31 8 7 136 4C 46
Octal 355 170 331 0 61 10 7 466 114 106
Binary 11101101 1111000 11011001 0 110001 1000 111 100110110 1001100 1000110

Color Harmonies of #ED78D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED78D9

Black with #ED78D9

Text Example


Text Example

White with #ED78D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED78D9; }

 p { color: rgb(237,120,217); }

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

background-color css

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

 a { background-color: rgb(237,120,217); }

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

border-color css

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

 span { border-color: rgb(237,120,217); }

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