Html Css Color HEX #EF83DF Pale Magenta

📋 copy color: '#EF83DF'

red 239 ◦ green 131 ◦ blue 223

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

Shades of Pale Magenta #EF83DF

Tints of Pale Magenta #EF83DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 37.61%

R = 40.3%
G = 22.09%
B = 37.61%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.07

 K value IS 0.06

RGB Variations

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

Color information

#EF83DF (or 0xEF83DF) is known color: Pale Magenta. HEX triplet: EF, 83 and DF. RGB value is (239,131,223). Sum of RGB (Red+Green+Blue) = 239+131+223=593 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.30% from 593); Green value is 131 (51.56% from 255 or 22.09% from 593); Blue value is 223 (87.5% from 255 or 37.61% from 593); Max value from RGB is 239 - color contains mainly: red. Hex color #EF83DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF83DF is #107C20. Grayscale: #ADADAD. Windows color (decimal): -1080353 or 14648303. OLE color: 14648303.

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

Color convert

RGB 239 131 223 -
CMYK 0 0.45 0.07 0.06
HSL 308.89º 0.77% 0.73% -
HSV(B) 308.89º 0.45% 0.94% -
XYZ 57.03 39.91 74.51 -
YUV 173.78 155.78 174.52 -
System Red Green Blue C M Y K H S L
Decimal 239 131 223 0 0.45 0.07 0.06 308.89 0.77 0.73
Hex EF 83 DF 0 2D 7 6 135 4D 49
Octal 357 203 337 0 55 7 6 465 115 111
Binary 11101111 10000011 11011111 0 101101 111 110 100110101 1001101 1001001

Color Harmonies of #EF83DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF83DF

Black with #EF83DF

Text Example


Text Example

White with #EF83DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF83DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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