Html Css Color HEX #ED78DA Pale Magenta

📋 copy color: '#ED78DA'

red 237 ◦ green 120 ◦ blue 218

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

Shades of Pale Magenta #ED78DA

Tints of Pale Magenta #ED78DA

RGB

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

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

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

R = 41.22%
G = 20.87%
B = 37.91%

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

#ED78DA (or 0xED78DA) is known color: Pale Magenta. HEX triplet: ED, 78 and DA. RGB value is (237,120,218). Sum of RGB (Red+Green+Blue) = 237+120+218=575 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.22% from 575); Green value is 120 (47.27% from 255 or 20.87% from 575); Blue value is 218 (85.55% from 255 or 37.91% from 575); Max value from RGB is 237 - color contains mainly: red. Hex color #ED78DA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED78DA is #128725. Grayscale: #A5A5A5. Windows color (decimal): -1214246 or 14317805. OLE color: 14317805.

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

Color convert

RGB 237 120 218 -
CMYK 0 0.49 0.08 0.07
HSL 309.74º 0.76% 0.7% -
HSV(B) 309.74º 0.49% 0.93% -
XYZ 54.3 36.5 70.51 -
YUV 166.16 157.26 178.53 -
System Red Green Blue C M Y K H S L
Decimal 237 120 218 0 0.49 0.08 0.07 309.74 0.76 0.7
Hex ED 78 DA 0 31 8 7 136 4C 46
Octal 355 170 332 0 61 10 7 466 114 106
Binary 11101101 1111000 11011010 0 110001 1000 111 100110110 1001100 1000110

Color Harmonies of #ED78DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED78DA

Black with #ED78DA

Text Example


Text Example

White with #ED78DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED78DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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