Html Css Color HEX #FF80E1 Pale Magenta

📋 copy color: '#FF80E1'

red 255 ◦ green 128 ◦ blue 225

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

Shades of Pale Magenta #FF80E1

Tints of Pale Magenta #FF80E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 37.01%

R = 41.94%
G = 21.05%
B = 37.01%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.12

 K value IS 0

RGB Variations

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

Color information

#FF80E1 (or 0xFF80E1) is known color: Pale Magenta. HEX triplet: FF, 80 and E1. RGB value is (255,128,225). Sum of RGB (Red+Green+Blue) = 255+128+225=608 (80% of max value = 765). Red value is 255 (100% from 255 or 41.94% from 608); Green value is 128 (50.39% from 255 or 21.05% from 608); Blue value is 225 (88.28% from 255 or 37.01% from 608); Max value from RGB is 255 - color contains mainly: red. Hex color #FF80E1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF80E1 is #007F1E. Grayscale: #B0B0B0. Windows color (decimal): -32543 or 14778623. OLE color: 14778623.

HSL color Cylindrical-coordinate representation of color #FF80E1: hue angle of 314.17º 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 #FF80E1 is Cyan = 0, Magento = 0.50, Yellow = 0.12 and Black (K on CMYK) = 0.

Color convert

RGB 255 128 225 -
CMYK 0 0.50 0.12 0
HSL 314.17º 1% 0.75% -
HSV(B) 314.17º 0.5% 1% -
XYZ 62.55 42.13 76.07 -
YUV 177.03 155.08 183.61 -
System Red Green Blue C M Y K H S L
Decimal 255 128 225 0 0.50 0.12 0 314.17 1 0.75
Hex FF 80 E1 0 32 C 0 13A 64 4B
Octal 377 200 341 0 62 14 0 472 144 113
Binary 11111111 10000000 11100001 0 110010 1100 0 100111010 1100100 1001011

Color Harmonies of #FF80E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF80E1

Black with #FF80E1

Text Example


Text Example

White with #FF80E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF80E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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