Html Css Color HEX #EF71DC Pale Magenta

📋 copy color: '#EF71DC'

red 239 ◦ green 113 ◦ blue 220

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

Shades of Pale Magenta #EF71DC

Tints of Pale Magenta #EF71DC

RGB

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

 GREEN value IS 113 (44.53% from 255) = 19.76%

 BLUE value IS 220 (86.33% from 255) = 38.46%

R = 41.78%
G = 19.76%
B = 38.46%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#EF71DC (or 0xEF71DC) is known color: Pale Magenta. HEX triplet: EF, 71 and DC. RGB value is (239,113,220). Sum of RGB (Red+Green+Blue) = 239+113+220=572 (75% of max value = 765). Red value is 239 (93.75% from 255 or 41.78% from 572); Green value is 113 (44.53% from 255 or 19.76% from 572); Blue value is 220 (86.33% from 255 or 38.46% from 572); Max value from RGB is 239 - color contains mainly: red. Hex color #EF71DC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF71DC is #108E23. Grayscale: #A2A2A2. Windows color (decimal): -1084964 or 14447087. OLE color: 14447087.

HSL color Cylindrical-coordinate representation of color #EF71DC: hue angle of 309.05º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EF71DC is Cyan = 0, Magento = 0.53, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 113 220 -
CMYK 0 0.53 0.08 0.06
HSL 309.05º 0.8% 0.69% -
HSV(B) 309.05º 0.53% 0.94% -
XYZ 54.42 35.33 71.66 -
YUV 162.87 160.24 182.3 -
System Red Green Blue C M Y K H S L
Decimal 239 113 220 0 0.53 0.08 0.06 309.05 0.8 0.69
Hex EF 71 DC 0 35 8 6 135 50 45
Octal 357 161 334 0 65 10 6 465 120 105
Binary 11101111 1110001 11011100 0 110101 1000 110 100110101 1010000 1000101

Color Harmonies of #EF71DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF71DC

Black with #EF71DC

Text Example


Text Example

White with #EF71DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF71DC; }

 p { color: rgb(239,113,220); }

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

background-color css

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

 a { background-color: rgb(239,113,220); }

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

border-color css

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

 span { border-color: rgb(239,113,220); }

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