Html Css Color HEX #EF87DD Pale Magenta

📋 copy color: '#EF87DD'

red 239 ◦ green 135 ◦ blue 221

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

Shades of Pale Magenta #EF87DD

Tints of Pale Magenta #EF87DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 37.14%

R = 40.17%
G = 22.69%
B = 37.14%

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

#EF87DD (or 0xEF87DD) is known color: Pale Magenta. HEX triplet: EF, 87 and DD. RGB value is (239,135,221). Sum of RGB (Red+Green+Blue) = 239+135+221=595 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.17% from 595); Green value is 135 (53.12% from 255 or 22.69% from 595); Blue value is 221 (86.72% from 255 or 37.14% from 595); Max value from RGB is 239 - color contains mainly: red. Hex color #EF87DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF87DD is #107822. Grayscale: #AFAFAF. Windows color (decimal): -1079331 or 14518255. OLE color: 14518255.

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

Color convert

RGB 239 135 221 -
CMYK 0 0.44 0.08 0.06
HSL 310.38º 0.76% 0.73% -
HSV(B) 310.38º 0.44% 0.94% -
XYZ 57.31 40.9 73.28 -
YUV 175.9 153.46 173.01 -
System Red Green Blue C M Y K H S L
Decimal 239 135 221 0 0.44 0.08 0.06 310.38 0.76 0.73
Hex EF 87 DD 0 2C 8 6 136 4C 49
Octal 357 207 335 0 54 10 6 466 114 111
Binary 11101111 10000111 11011101 0 101100 1000 110 100110110 1001100 1001001

Color Harmonies of #EF87DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF87DD

Black with #EF87DD

Text Example


Text Example

White with #EF87DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF87DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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