Html Css Color HEX #EF83DB Pale Magenta

📋 copy color: '#EF83DB'

red 239 ◦ green 131 ◦ blue 219

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

Shades of Pale Magenta #EF83DB

Tints of Pale Magenta #EF83DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 37.18%

R = 40.58%
G = 22.24%
B = 37.18%

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

#EF83DB (or 0xEF83DB) is known color: Pale Magenta. HEX triplet: EF, 83 and DB. RGB value is (239,131,219). Sum of RGB (Red+Green+Blue) = 239+131+219=589 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.58% from 589); Green value is 131 (51.56% from 255 or 22.24% from 589); Blue value is 219 (85.94% from 255 or 37.18% from 589); Max value from RGB is 239 - color contains mainly: red. Hex color #EF83DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF83DB is #107C24. Grayscale: #ADADAD. Windows color (decimal): -1080357 or 14386159. OLE color: 14386159.

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

Color convert

RGB 239 131 219 -
CMYK 0 0.45 0.08 0.06
HSL 311.11º 0.77% 0.73% -
HSV(B) 311.11º 0.45% 0.94% -
XYZ 56.5 39.7 71.7 -
YUV 173.32 153.78 174.84 -
System Red Green Blue C M Y K H S L
Decimal 239 131 219 0 0.45 0.08 0.06 311.11 0.77 0.73
Hex EF 83 DB 0 2D 8 6 137 4D 49
Octal 357 203 333 0 55 10 6 467 115 111
Binary 11101111 10000011 11011011 0 101101 1000 110 100110111 1001101 1001001

Color Harmonies of #EF83DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF83DB

Black with #EF83DB

Text Example


Text Example

White with #EF83DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF83DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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