Html Css Color HEX #EF80DF Pale Magenta

📋 copy color: '#EF80DF'

red 239 ◦ green 128 ◦ blue 223

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

Shades of Pale Magenta #EF80DF

Tints of Pale Magenta #EF80DF

RGB

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

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

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

R = 40.51%
G = 21.69%
B = 37.8%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.07

 K value IS 0.06

RGB Variations

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

Color information

#EF80DF (or 0xEF80DF) is known color: Pale Magenta. HEX triplet: EF, 80 and DF. RGB value is (239,128,223). Sum of RGB (Red+Green+Blue) = 239+128+223=590 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.51% from 590); Green value is 128 (50.39% from 255 or 21.69% from 590); Blue value is 223 (87.5% from 255 or 37.80% from 590); Max value from RGB is 239 - color contains mainly: red. Hex color #EF80DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF80DF is #107F20. Grayscale: #ABABAB. Windows color (decimal): -1081121 or 14647535. OLE color: 14647535.

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

Color convert

RGB 239 128 223 -
CMYK 0 0.46 0.07 0.06
HSL 308.65º 0.78% 0.72% -
HSV(B) 308.65º 0.46% 0.94% -
XYZ 56.64 39.12 74.38 -
YUV 172.02 156.77 175.78 -
System Red Green Blue C M Y K H S L
Decimal 239 128 223 0 0.46 0.07 0.06 308.65 0.78 0.72
Hex EF 80 DF 0 2E 7 6 135 4E 48
Octal 357 200 337 0 56 7 6 465 116 110
Binary 11101111 10000000 11011111 0 101110 111 110 100110101 1001110 1001000

Color Harmonies of #EF80DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF80DF

Black with #EF80DF

Text Example


Text Example

White with #EF80DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF80DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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