Html Css Color HEX #FF80E3 Pale Magenta

📋 copy color: '#FF80E3'

red 255 ◦ green 128 ◦ blue 227

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

Shades of Pale Magenta #FF80E3

Tints of Pale Magenta #FF80E3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 37.21%

R = 41.8%
G = 20.98%
B = 37.21%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.11

 K value IS 0

RGB Variations

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

Color information

#FF80E3 (or 0xFF80E3) is known color: Pale Magenta. HEX triplet: FF, 80 and E3. RGB value is (255,128,227). Sum of RGB (Red+Green+Blue) = 255+128+227=610 (80% of max value = 765). Red value is 255 (100% from 255 or 41.80% from 610); Green value is 128 (50.39% from 255 or 20.98% from 610); Blue value is 227 (89.06% from 255 or 37.21% from 610); Max value from RGB is 255 - color contains mainly: red. Hex color #FF80E3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF80E3 is #007F1C. Grayscale: #B0B0B0. Windows color (decimal): -32541 or 14909695. OLE color: 14909695.

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

Color convert

RGB 255 128 227 -
CMYK 0 0.50 0.11 0
HSL 313.23º 1% 0.75% -
HSV(B) 313.23º 0.5% 1% -
XYZ 62.82 42.24 77.52 -
YUV 177.26 156.08 183.45 -
System Red Green Blue C M Y K H S L
Decimal 255 128 227 0 0.50 0.11 0 313.23 1 0.75
Hex FF 80 E3 0 32 B 0 139 64 4B
Octal 377 200 343 0 62 13 0 471 144 113
Binary 11111111 10000000 11100011 0 110010 1011 0 100111001 1100100 1001011

Color Harmonies of #FF80E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF80E3

Black with #FF80E3

Text Example


Text Example

White with #FF80E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF80E3; }

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

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

background-color css

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

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

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

border-color css

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

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

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