Html Css Color HEX #EF79D3 Pale Magenta

📋 copy color: '#EF79D3'

red 239 ◦ green 121 ◦ blue 211

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

Shades of Pale Magenta #EF79D3

Tints of Pale Magenta #EF79D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 36.95%

R = 41.86%
G = 21.19%
B = 36.95%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.12

 K value IS 0.06

RGB Variations

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

Color information

#EF79D3 (or 0xEF79D3) is known color: Pale Magenta. HEX triplet: EF, 79 and D3. RGB value is (239,121,211). Sum of RGB (Red+Green+Blue) = 239+121+211=571 (75% of max value = 765). Red value is 239 (93.75% from 255 or 41.86% from 571); Green value is 121 (47.66% from 255 or 21.19% from 571); Blue value is 211 (82.81% from 255 or 36.95% from 571); Max value from RGB is 239 - color contains mainly: red. Hex color #EF79D3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF79D3 is #10862C. Grayscale: #A6A6A6. Windows color (decimal): -1082925 or 13859311. OLE color: 13859311.

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

Color convert

RGB 239 121 211 -
CMYK 0 0.49 0.12 0.06
HSL 314.24º 0.79% 0.71% -
HSV(B) 314.24º 0.49% 0.94% -
XYZ 54.19 36.73 65.86 -
YUV 166.54 153.09 179.68 -
System Red Green Blue C M Y K H S L
Decimal 239 121 211 0 0.49 0.12 0.06 314.24 0.79 0.71
Hex EF 79 D3 0 31 C 6 13A 4F 47
Octal 357 171 323 0 61 14 6 472 117 107
Binary 11101111 1111001 11010011 0 110001 1100 110 100111010 1001111 1000111

Color Harmonies of #EF79D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF79D3

Black with #EF79D3

Text Example


Text Example

White with #EF79D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF79D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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