Html Css Color HEX #EF79DF Pale Magenta

📋 copy color: '#EF79DF'

red 239 ◦ green 121 ◦ blue 223

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

Shades of Pale Magenta #EF79DF

Tints of Pale Magenta #EF79DF

RGB

 RED value IS 239 (93.75% from 255) = 40.99%

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

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

R = 40.99%
G = 20.75%
B = 38.25%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.07

 K value IS 0.06

RGB Variations

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

Color information

#EF79DF (or 0xEF79DF) is known color: Pale Magenta. HEX triplet: EF, 79 and DF. RGB value is (239,121,223). Sum of RGB (Red+Green+Blue) = 239+121+223=583 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.99% from 583); Green value is 121 (47.66% from 255 or 20.75% from 583); Blue value is 223 (87.5% from 255 or 38.25% from 583); Max value from RGB is 239 - color contains mainly: red. Hex color #EF79DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF79DF is #108620. Grayscale: #A7A7A7. Windows color (decimal): -1082913 or 14645743. OLE color: 14645743.

HSL color Cylindrical-coordinate representation of color #EF79DF: hue angle of 308.14º degrees, saturation: 0.79, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EF79DF is Cyan = 0, Magento = 0.49, Yellow = 0.07 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 121 223 -
CMYK 0 0.49 0.07 0.06
HSL 308.14º 0.79% 0.71% -
HSV(B) 308.14º 0.49% 0.94% -
XYZ 55.75 37.35 74.08 -
YUV 167.91 159.09 178.71 -
System Red Green Blue C M Y K H S L
Decimal 239 121 223 0 0.49 0.07 0.06 308.14 0.79 0.71
Hex EF 79 DF 0 31 7 6 134 4F 47
Octal 357 171 337 0 61 7 6 464 117 107
Binary 11101111 1111001 11011111 0 110001 111 110 100110100 1001111 1000111

Color Harmonies of #EF79DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF79DF

Black with #EF79DF

Text Example


Text Example

White with #EF79DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF79DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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