Html Css Color HEX #EF83DD Pale Magenta

📋 copy color: '#EF83DD'

red 239 ◦ green 131 ◦ blue 221

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

Shades of Pale Magenta #EF83DD

Tints of Pale Magenta #EF83DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 37.39%

R = 40.44%
G = 22.17%
B = 37.39%

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

#EF83DD (or 0xEF83DD) is known color: Pale Magenta. HEX triplet: EF, 83 and DD. RGB value is (239,131,221). Sum of RGB (Red+Green+Blue) = 239+131+221=591 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.44% from 591); Green value is 131 (51.56% from 255 or 22.17% from 591); Blue value is 221 (86.72% from 255 or 37.39% from 591); Max value from RGB is 239 - color contains mainly: red. Hex color #EF83DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF83DD is #107C22. Grayscale: #ADADAD. Windows color (decimal): -1080355 or 14517231. OLE color: 14517231.

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

Color convert

RGB 239 131 221 -
CMYK 0 0.45 0.08 0.06
HSL 310º 0.77% 0.73% -
HSV(B) 310º 0.45% 0.94% -
XYZ 56.76 39.8 73.1 -
YUV 173.55 154.78 174.68 -
System Red Green Blue C M Y K H S L
Decimal 239 131 221 0 0.45 0.08 0.06 310 0.77 0.73
Hex EF 83 DD 0 2D 8 6 136 4D 49
Octal 357 203 335 0 55 10 6 466 115 111
Binary 11101111 10000011 11011101 0 101101 1000 110 100110110 1001101 1001001

Color Harmonies of #EF83DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF83DD

Black with #EF83DD

Text Example


Text Example

White with #EF83DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF83DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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