Html Css Color HEX #EF84DA Pale Magenta

📋 copy color: '#EF84DA'

red 239 ◦ green 132 ◦ blue 218

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

Shades of Pale Magenta #EF84DA

Tints of Pale Magenta #EF84DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 37.01%

R = 40.58%
G = 22.41%
B = 37.01%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.09

 K value IS 0.06

RGB Variations

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

Color information

#EF84DA (or 0xEF84DA) is known color: Pale Magenta. HEX triplet: EF, 84 and DA. RGB value is (239,132,218). Sum of RGB (Red+Green+Blue) = 239+132+218=589 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.58% from 589); Green value is 132 (51.95% from 255 or 22.41% from 589); Blue value is 218 (85.55% from 255 or 37.01% from 589); Max value from RGB is 239 - color contains mainly: red. Hex color #EF84DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF84DA is #107B25. Grayscale: #ADADAD. Windows color (decimal): -1080102 or 14320879. OLE color: 14320879.

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

Color convert

RGB 239 132 218 -
CMYK 0 0.45 0.09 0.06
HSL 311.78º 0.77% 0.73% -
HSV(B) 311.78º 0.45% 0.94% -
XYZ 56.5 39.92 71.06 -
YUV 173.8 152.95 174.51 -
System Red Green Blue C M Y K H S L
Decimal 239 132 218 0 0.45 0.09 0.06 311.78 0.77 0.73
Hex EF 84 DA 0 2D 9 6 138 4D 49
Octal 357 204 332 0 55 11 6 470 115 111
Binary 11101111 10000100 11011010 0 101101 1001 110 100111000 1001101 1001001

Color Harmonies of #EF84DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF84DA

Black with #EF84DA

Text Example


Text Example

White with #EF84DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF84DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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