Html Css Color HEX #ED79DF Pale Magenta

📋 copy color: '#ED79DF'

red 237 ◦ green 121 ◦ blue 223

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

Shades of Pale Magenta #ED79DF

Tints of Pale Magenta #ED79DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 38.38%

R = 40.79%
G = 20.83%
B = 38.38%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#ED79DF (or 0xED79DF) is known color: Pale Magenta. HEX triplet: ED, 79 and DF. RGB value is (237,121,223). Sum of RGB (Red+Green+Blue) = 237+121+223=581 (76% of max value = 765). Red value is 237 (92.97% from 255 or 40.79% from 581); Green value is 121 (47.66% from 255 or 20.83% from 581); Blue value is 223 (87.5% from 255 or 38.38% from 581); Max value from RGB is 237 - color contains mainly: red. Hex color #ED79DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED79DF is #128620. Grayscale: #A7A7A7. Windows color (decimal): -1213985 or 14645741. OLE color: 14645741.

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

Color convert

RGB 237 121 223 -
CMYK 0 0.49 0.06 0.07
HSL 307.24º 0.76% 0.7% -
HSV(B) 307.24º 0.49% 0.93% -
XYZ 55.08 37.01 74.05 -
YUV 167.31 159.43 177.71 -
System Red Green Blue C M Y K H S L
Decimal 237 121 223 0 0.49 0.06 0.07 307.24 0.76 0.7
Hex ED 79 DF 0 31 6 7 133 4C 46
Octal 355 171 337 0 61 6 7 463 114 106
Binary 11101101 1111001 11011111 0 110001 110 111 100110011 1001100 1000110

Color Harmonies of #ED79DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED79DF

Black with #ED79DF

Text Example


Text Example

White with #ED79DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED79DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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