Html Css Color HEX #EF87DC Pale Magenta

📋 copy color: '#EF87DC'

red 239 ◦ green 135 ◦ blue 220

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

Shades of Pale Magenta #EF87DC

Tints of Pale Magenta #EF87DC

RGB

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

 GREEN value IS 135 (53.13% from 255) = 22.73%

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

R = 40.24%
G = 22.73%
B = 37.04%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#EF87DC (or 0xEF87DC) is known color: Pale Magenta. HEX triplet: EF, 87 and DC. RGB value is (239,135,220). Sum of RGB (Red+Green+Blue) = 239+135+220=594 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.24% from 594); Green value is 135 (53.12% from 255 or 22.73% from 594); Blue value is 220 (86.33% from 255 or 37.04% from 594); Max value from RGB is 239 - color contains mainly: red. Hex color #EF87DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF87DC is #107823. Grayscale: #AFAFAF. Windows color (decimal): -1079332 or 14452719. OLE color: 14452719.

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

Color convert

RGB 239 135 220 -
CMYK 0 0.44 0.08 0.06
HSL 310.96º 0.76% 0.73% -
HSV(B) 310.96º 0.44% 0.94% -
XYZ 57.18 40.85 72.58 -
YUV 175.79 152.96 173.09 -
System Red Green Blue C M Y K H S L
Decimal 239 135 220 0 0.44 0.08 0.06 310.96 0.76 0.73
Hex EF 87 DC 0 2C 8 6 137 4C 49
Octal 357 207 334 0 54 10 6 467 114 111
Binary 11101111 10000111 11011100 0 101100 1000 110 100110111 1001100 1001001

Color Harmonies of #EF87DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF87DC

Black with #EF87DC

Text Example


Text Example

White with #EF87DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF87DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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