Html Css Color HEX #EF84DD Pale Magenta

📋 copy color: '#EF84DD'

red 239 ◦ green 132 ◦ blue 221

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

Shades of Pale Magenta #EF84DD

Tints of Pale Magenta #EF84DD

RGB

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

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

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

R = 40.37%
G = 22.3%
B = 37.33%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#EF84DD (or 0xEF84DD) is known color: Pale Magenta. HEX triplet: EF, 84 and DD. RGB value is (239,132,221). Sum of RGB (Red+Green+Blue) = 239+132+221=592 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.37% from 592); Green value is 132 (51.95% from 255 or 22.30% from 592); Blue value is 221 (86.72% from 255 or 37.33% from 592); Max value from RGB is 239 - color contains mainly: red. Hex color #EF84DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF84DD is #107B22. Grayscale: #ADADAD. Windows color (decimal): -1080099 or 14517487. OLE color: 14517487.

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

Color convert

RGB 239 132 221 -
CMYK 0 0.45 0.08 0.06
HSL 310.09º 0.77% 0.73% -
HSV(B) 310.09º 0.45% 0.94% -
XYZ 56.9 40.07 73.14 -
YUV 174.14 154.45 174.26 -
System Red Green Blue C M Y K H S L
Decimal 239 132 221 0 0.45 0.08 0.06 310.09 0.77 0.73
Hex EF 84 DD 0 2D 8 6 136 4D 49
Octal 357 204 335 0 55 10 6 466 115 111
Binary 11101111 10000100 11011101 0 101101 1000 110 100110110 1001101 1001001

Color Harmonies of #EF84DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF84DD

Black with #EF84DD

Text Example


Text Example

White with #EF84DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF84DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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