Html Css Color HEX #EF80DD Pale Magenta

📋 copy color: '#EF80DD'

red 239 ◦ green 128 ◦ blue 221

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

Shades of Pale Magenta #EF80DD

Tints of Pale Magenta #EF80DD

RGB

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

 GREEN value IS 128 (50.39% from 255) = 21.77%

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

R = 40.65%
G = 21.77%
B = 37.59%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#EF80DD (or 0xEF80DD) is known color: Pale Magenta. HEX triplet: EF, 80 and DD. RGB value is (239,128,221). Sum of RGB (Red+Green+Blue) = 239+128+221=588 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.65% from 588); Green value is 128 (50.39% from 255 or 21.77% from 588); Blue value is 221 (86.72% from 255 or 37.59% from 588); Max value from RGB is 239 - color contains mainly: red. Hex color #EF80DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF80DD is #107F22. Grayscale: #ABABAB. Windows color (decimal): -1081123 or 14516463. OLE color: 14516463.

HSL color Cylindrical-coordinate representation of color #EF80DD: hue angle of 309.73º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EF80DD is Cyan = 0, Magento = 0.46, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 128 221 -
CMYK 0 0.46 0.08 0.06
HSL 309.73º 0.78% 0.72% -
HSV(B) 309.73º 0.46% 0.94% -
XYZ 56.37 39.01 72.97 -
YUV 171.79 155.77 175.94 -
System Red Green Blue C M Y K H S L
Decimal 239 128 221 0 0.46 0.08 0.06 309.73 0.78 0.72
Hex EF 80 DD 0 2E 8 6 136 4E 48
Octal 357 200 335 0 56 10 6 466 116 110
Binary 11101111 10000000 11011101 0 101110 1000 110 100110110 1001110 1001000

Color Harmonies of #EF80DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF80DD

Black with #EF80DD

Text Example


Text Example

White with #EF80DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF80DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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