Html Css Color HEX #FF80EB Pale Magenta

📋 copy color: '#FF80EB'

red 255 ◦ green 128 ◦ blue 235

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

Shades of Pale Magenta #FF80EB

Tints of Pale Magenta #FF80EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 38.03%

R = 41.26%
G = 20.71%
B = 38.03%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.08

 K value IS 0

RGB Variations

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

Color information

#FF80EB (or 0xFF80EB) is known color: Pale Magenta. HEX triplet: FF, 80 and EB. RGB value is (255,128,235). Sum of RGB (Red+Green+Blue) = 255+128+235=618 (81% of max value = 765). Red value is 255 (100% from 255 or 41.26% from 618); Green value is 128 (50.39% from 255 or 20.71% from 618); Blue value is 235 (92.19% from 255 or 38.03% from 618); Max value from RGB is 255 - color contains mainly: red. Hex color #FF80EB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF80EB is #007F14. Grayscale: #B1B1B1. Windows color (decimal): -32533 or 15433983. OLE color: 15433983.

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

Color convert

RGB 255 128 235 -
CMYK 0 0.50 0.08 0
HSL 309.45º 1% 0.75% -
HSV(B) 309.45º 0.5% 1% -
XYZ 63.95 42.7 83.47 -
YUV 178.17 160.08 182.8 -
System Red Green Blue C M Y K H S L
Decimal 255 128 235 0 0.50 0.08 0 309.45 1 0.75
Hex FF 80 EB 0 32 8 0 135 64 4B
Octal 377 200 353 0 62 10 0 465 144 113
Binary 11111111 10000000 11101011 0 110010 1000 0 100110101 1100100 1001011

Color Harmonies of #FF80EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF80EB

Black with #FF80EB

Text Example


Text Example

White with #FF80EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF80EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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