Html Css Color HEX #EF86DD Pale Magenta

📋 copy color: '#EF86DD'

red 239 ◦ green 134 ◦ blue 221

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

Shades of Pale Magenta #EF86DD

Tints of Pale Magenta #EF86DD

RGB

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

 GREEN value IS 134 (52.73% from 255) = 22.56%

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

R = 40.24%
G = 22.56%
B = 37.21%

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

#EF86DD (or 0xEF86DD) is known color: Pale Magenta. HEX triplet: EF, 86 and DD. RGB value is (239,134,221). Sum of RGB (Red+Green+Blue) = 239+134+221=594 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.24% from 594); Green value is 134 (52.73% from 255 or 22.56% from 594); Blue value is 221 (86.72% from 255 or 37.21% from 594); Max value from RGB is 239 - color contains mainly: red. Hex color #EF86DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF86DD is #107922. Grayscale: #AFAFAF. Windows color (decimal): -1079587 or 14517999. OLE color: 14517999.

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

Color convert

RGB 239 134 221 -
CMYK 0 0.44 0.08 0.06
HSL 310.29º 0.77% 0.73% -
HSV(B) 310.29º 0.44% 0.94% -
XYZ 57.17 40.62 73.23 -
YUV 175.31 153.79 173.43 -
System Red Green Blue C M Y K H S L
Decimal 239 134 221 0 0.44 0.08 0.06 310.29 0.77 0.73
Hex EF 86 DD 0 2C 8 6 136 4D 49
Octal 357 206 335 0 54 10 6 466 115 111
Binary 11101111 10000110 11011101 0 101100 1000 110 100110110 1001101 1001001

Color Harmonies of #EF86DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF86DD

Black with #EF86DD

Text Example


Text Example

White with #EF86DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF86DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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