Html Css Color HEX #EF83DC Pale Magenta

📋 copy color: '#EF83DC'

red 239 ◦ green 131 ◦ blue 220

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

Shades of Pale Magenta #EF83DC

Tints of Pale Magenta #EF83DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 37.29%

R = 40.51%
G = 22.2%
B = 37.29%

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

#EF83DC (or 0xEF83DC) is known color: Pale Magenta. HEX triplet: EF, 83 and DC. RGB value is (239,131,220). Sum of RGB (Red+Green+Blue) = 239+131+220=590 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.51% from 590); Green value is 131 (51.56% from 255 or 22.20% from 590); Blue value is 220 (86.33% from 255 or 37.29% from 590); Max value from RGB is 239 - color contains mainly: red. Hex color #EF83DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF83DC is #107C23. Grayscale: #ADADAD. Windows color (decimal): -1080356 or 14451695. OLE color: 14451695.

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

Color convert

RGB 239 131 220 -
CMYK 0 0.45 0.08 0.06
HSL 310.56º 0.77% 0.73% -
HSV(B) 310.56º 0.45% 0.94% -
XYZ 56.63 39.75 72.4 -
YUV 173.44 154.28 174.76 -
System Red Green Blue C M Y K H S L
Decimal 239 131 220 0 0.45 0.08 0.06 310.56 0.77 0.73
Hex EF 83 DC 0 2D 8 6 137 4D 49
Octal 357 203 334 0 55 10 6 467 115 111
Binary 11101111 10000011 11011100 0 101101 1000 110 100110111 1001101 1001001

Color Harmonies of #EF83DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF83DC

Black with #EF83DC

Text Example


Text Example

White with #EF83DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF83DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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