Html Css Color HEX #ED79DB Pale Magenta

📋 copy color: '#ED79DB'

red 237 ◦ green 121 ◦ blue 219

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

Shades of Pale Magenta #ED79DB

Tints of Pale Magenta #ED79DB

RGB

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

 GREEN value IS 121 (47.66% from 255) = 20.97%

 BLUE value IS 219 (85.94% from 255) = 37.95%

R = 41.07%
G = 20.97%
B = 37.95%

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

#ED79DB (or 0xED79DB) is known color: Pale Magenta. HEX triplet: ED, 79 and DB. RGB value is (237,121,219). Sum of RGB (Red+Green+Blue) = 237+121+219=577 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.07% from 577); Green value is 121 (47.66% from 255 or 20.97% from 577); Blue value is 219 (85.94% from 255 or 37.95% from 577); Max value from RGB is 237 - color contains mainly: red. Hex color #ED79DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED79DB is #128624. Grayscale: #A6A6A6. Windows color (decimal): -1213989 or 14383597. OLE color: 14383597.

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

Color convert

RGB 237 121 219 -
CMYK 0 0.49 0.08 0.07
HSL 309.31º 0.76% 0.7% -
HSV(B) 309.31º 0.49% 0.93% -
XYZ 54.55 36.79 71.24 -
YUV 166.86 157.43 178.03 -
System Red Green Blue C M Y K H S L
Decimal 237 121 219 0 0.49 0.08 0.07 309.31 0.76 0.7
Hex ED 79 DB 0 31 8 7 135 4C 46
Octal 355 171 333 0 61 10 7 465 114 106
Binary 11101101 1111001 11011011 0 110001 1000 111 100110101 1001100 1000110

Color Harmonies of #ED79DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED79DB

Black with #ED79DB

Text Example


Text Example

White with #ED79DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED79DB; }

 p { color: rgb(237,121,219); }

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

background-color css

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

 a { background-color: rgb(237,121,219); }

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

border-color css

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

 span { border-color: rgb(237,121,219); }

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