Html Css Color HEX #EF80D9 Pale Magenta

📋 copy color: '#EF80D9'

red 239 ◦ green 128 ◦ blue 217

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

Shades of Pale Magenta #EF80D9

Tints of Pale Magenta #EF80D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 37.16%

R = 40.92%
G = 21.92%
B = 37.16%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.09

 K value IS 0.06

RGB Variations

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

Color information

#EF80D9 (or 0xEF80D9) is known color: Pale Magenta. HEX triplet: EF, 80 and D9. RGB value is (239,128,217). Sum of RGB (Red+Green+Blue) = 239+128+217=584 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.92% from 584); Green value is 128 (50.39% from 255 or 21.92% from 584); Blue value is 217 (85.16% from 255 or 37.16% from 584); Max value from RGB is 239 - color contains mainly: red. Hex color #EF80D9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF80D9 is #107F26. Grayscale: #ABABAB. Windows color (decimal): -1081127 or 14254319. OLE color: 14254319.

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

Color convert

RGB 239 128 217 -
CMYK 0 0.46 0.09 0.06
HSL 311.89º 0.78% 0.72% -
HSV(B) 311.89º 0.46% 0.94% -
XYZ 55.84 38.8 70.19 -
YUV 171.34 153.77 176.26 -
System Red Green Blue C M Y K H S L
Decimal 239 128 217 0 0.46 0.09 0.06 311.89 0.78 0.72
Hex EF 80 D9 0 2E 9 6 138 4E 48
Octal 357 200 331 0 56 11 6 470 116 110
Binary 11101111 10000000 11011001 0 101110 1001 110 100111000 1001110 1001000

Color Harmonies of #EF80D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF80D9

Black with #EF80D9

Text Example


Text Example

White with #EF80D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF80D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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