Html Css Color HEX #EF87DB Pale Magenta

📋 copy color: '#EF87DB'

red 239 ◦ green 135 ◦ blue 219

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

Shades of Pale Magenta #EF87DB

Tints of Pale Magenta #EF87DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 36.93%

R = 40.3%
G = 22.77%
B = 36.93%

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

#EF87DB (or 0xEF87DB) is known color: Pale Magenta. HEX triplet: EF, 87 and DB. RGB value is (239,135,219). Sum of RGB (Red+Green+Blue) = 239+135+219=593 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.30% from 593); Green value is 135 (53.12% from 255 or 22.77% from 593); Blue value is 219 (85.94% from 255 or 36.93% from 593); Max value from RGB is 239 - color contains mainly: red. Hex color #EF87DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF87DB is #107824. Grayscale: #AFAFAF. Windows color (decimal): -1079333 or 14387183. OLE color: 14387183.

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

Color convert

RGB 239 135 219 -
CMYK 0 0.44 0.08 0.06
HSL 311.54º 0.76% 0.73% -
HSV(B) 311.54º 0.44% 0.94% -
XYZ 57.05 40.79 71.89 -
YUV 175.67 152.46 173.17 -
System Red Green Blue C M Y K H S L
Decimal 239 135 219 0 0.44 0.08 0.06 311.54 0.76 0.73
Hex EF 87 DB 0 2C 8 6 138 4C 49
Octal 357 207 333 0 54 10 6 470 114 111
Binary 11101111 10000111 11011011 0 101100 1000 110 100111000 1001100 1001001

Color Harmonies of #EF87DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF87DB

Black with #EF87DB

Text Example


Text Example

White with #EF87DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF87DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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