Html Css Color HEX #FF80E9 Pale Magenta

📋 copy color: '#FF80E9'

red 255 ◦ green 128 ◦ blue 233

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

Shades of Pale Magenta #FF80E9

Tints of Pale Magenta #FF80E9

RGB

 RED value IS 255 (100% from 255) = 41.4%

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

 BLUE value IS 233 (91.41% from 255) = 37.82%

R = 41.4%
G = 20.78%
B = 37.82%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.09

 K value IS 0

RGB Variations

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

Color information

#FF80E9 (or 0xFF80E9) is known color: Pale Magenta. HEX triplet: FF, 80 and E9. RGB value is (255,128,233). Sum of RGB (Red+Green+Blue) = 255+128+233=616 (81% of max value = 765). Red value is 255 (100% from 255 or 41.40% from 616); Green value is 128 (50.39% from 255 or 20.78% from 616); Blue value is 233 (91.41% from 255 or 37.82% from 616); Max value from RGB is 255 - color contains mainly: red. Hex color #FF80E9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF80E9 is #007F16. Grayscale: #B1B1B1. Windows color (decimal): -32535 or 15302911. OLE color: 15302911.

HSL color Cylindrical-coordinate representation of color #FF80E9: hue angle of 310.39º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FF80E9 is Cyan = 0, Magento = 0.50, Yellow = 0.09 and Black (K on CMYK) = 0.

Color convert

RGB 255 128 233 -
CMYK 0 0.50 0.09 0
HSL 310.39º 1% 0.75% -
HSV(B) 310.39º 0.5% 1% -
XYZ 63.67 42.58 81.95 -
YUV 177.94 159.08 182.96 -
System Red Green Blue C M Y K H S L
Decimal 255 128 233 0 0.50 0.09 0 310.39 1 0.75
Hex FF 80 E9 0 32 9 0 136 64 4B
Octal 377 200 351 0 62 11 0 466 144 113
Binary 11111111 10000000 11101001 0 110010 1001 0 100110110 1100100 1001011

Color Harmonies of #FF80E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF80E9

Black with #FF80E9

Text Example


Text Example

White with #FF80E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF80E9; }

 p { color: rgb(255,128,233); }

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

background-color css

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

 a { background-color: rgb(255,128,233); }

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

border-color css

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

 span { border-color: rgb(255,128,233); }

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