Html Css Color HEX #EF71DF Pale Magenta

📋 copy color: '#EF71DF'

red 239 ◦ green 113 ◦ blue 223

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

Shades of Pale Magenta #EF71DF

Tints of Pale Magenta #EF71DF

RGB

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

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

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

R = 41.57%
G = 19.65%
B = 38.78%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.07

 K value IS 0.06

RGB Variations

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

Color information

#EF71DF (or 0xEF71DF) is known color: Pale Magenta. HEX triplet: EF, 71 and DF. RGB value is (239,113,223). Sum of RGB (Red+Green+Blue) = 239+113+223=575 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.57% from 575); Green value is 113 (44.53% from 255 or 19.65% from 575); Blue value is 223 (87.5% from 255 or 38.78% from 575); Max value from RGB is 239 - color contains mainly: red. Hex color #EF71DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF71DF is #108E20. Grayscale: #A2A2A2. Windows color (decimal): -1084961 or 14643695. OLE color: 14643695.

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

Color convert

RGB 239 113 223 -
CMYK 0 0.53 0.07 0.06
HSL 307.62º 0.8% 0.69% -
HSV(B) 307.62º 0.53% 0.94% -
XYZ 54.82 35.49 73.77 -
YUV 163.21 161.74 182.06 -
System Red Green Blue C M Y K H S L
Decimal 239 113 223 0 0.53 0.07 0.06 307.62 0.8 0.69
Hex EF 71 DF 0 35 7 6 134 50 45
Octal 357 161 337 0 65 7 6 464 120 105
Binary 11101111 1110001 11011111 0 110101 111 110 100110100 1010000 1000101

Color Harmonies of #EF71DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF71DF

Black with #EF71DF

Text Example


Text Example

White with #EF71DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF71DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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