Html Css Color HEX #EF84DF Pale Magenta

📋 copy color: '#EF84DF'

red 239 ◦ green 132 ◦ blue 223

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

Shades of Pale Magenta #EF84DF

Tints of Pale Magenta #EF84DF

RGB

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

 GREEN value IS 132 (51.95% from 255) = 22.22%

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

R = 40.24%
G = 22.22%
B = 37.54%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.07

 K value IS 0.06

RGB Variations

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

Color information

#EF84DF (or 0xEF84DF) is known color: Pale Magenta. HEX triplet: EF, 84 and DF. RGB value is (239,132,223). Sum of RGB (Red+Green+Blue) = 239+132+223=594 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.24% from 594); Green value is 132 (51.95% from 255 or 22.22% from 594); Blue value is 223 (87.5% from 255 or 37.54% from 594); Max value from RGB is 239 - color contains mainly: red. Hex color #EF84DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF84DF is #107B20. Grayscale: #AEAEAE. Windows color (decimal): -1080097 or 14648559. OLE color: 14648559.

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

Color convert

RGB 239 132 223 -
CMYK 0 0.45 0.07 0.06
HSL 308.97º 0.77% 0.73% -
HSV(B) 308.97º 0.45% 0.94% -
XYZ 57.17 40.18 74.55 -
YUV 174.37 155.45 174.1 -
System Red Green Blue C M Y K H S L
Decimal 239 132 223 0 0.45 0.07 0.06 308.97 0.77 0.73
Hex EF 84 DF 0 2D 7 6 135 4D 49
Octal 357 204 337 0 55 7 6 465 115 111
Binary 11101111 10000100 11011111 0 101101 111 110 100110101 1001101 1001001

Color Harmonies of #EF84DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF84DF

Black with #EF84DF

Text Example


Text Example

White with #EF84DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF84DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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