Html Css Color HEX #EF83DA Pale Magenta

📋 copy color: '#EF83DA'

red 239 ◦ green 131 ◦ blue 218

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

Shades of Pale Magenta #EF83DA

Tints of Pale Magenta #EF83DA

RGB

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

 GREEN value IS 131 (51.56% from 255) = 22.28%

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

R = 40.65%
G = 22.28%
B = 37.07%

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

#EF83DA (or 0xEF83DA) is known color: Pale Magenta. HEX triplet: EF, 83 and DA. RGB value is (239,131,218). Sum of RGB (Red+Green+Blue) = 239+131+218=588 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.65% from 588); Green value is 131 (51.56% from 255 or 22.28% from 588); Blue value is 218 (85.55% from 255 or 37.07% from 588); Max value from RGB is 239 - color contains mainly: red. Hex color #EF83DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF83DA is #107C25. Grayscale: #ACACAC. Windows color (decimal): -1080358 or 14320623. OLE color: 14320623.

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

Color convert

RGB 239 131 218 -
CMYK 0 0.45 0.09 0.06
HSL 311.67º 0.77% 0.73% -
HSV(B) 311.67º 0.45% 0.94% -
XYZ 56.37 39.65 71.01 -
YUV 173.21 153.28 174.93 -
System Red Green Blue C M Y K H S L
Decimal 239 131 218 0 0.45 0.09 0.06 311.67 0.77 0.73
Hex EF 83 DA 0 2D 9 6 138 4D 49
Octal 357 203 332 0 55 11 6 470 115 111
Binary 11101111 10000011 11011010 0 101101 1001 110 100111000 1001101 1001001

Color Harmonies of #EF83DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF83DA

Black with #EF83DA

Text Example


Text Example

White with #EF83DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF83DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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