Html Css Color HEX #FF80EE Pale Magenta

📋 copy color: '#FF80EE'

red 255 ◦ green 128 ◦ blue 238

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

Shades of Pale Magenta #FF80EE

Tints of Pale Magenta #FF80EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 38.33%

R = 41.06%
G = 20.61%
B = 38.33%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.07

 K value IS 0

RGB Variations

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

Color information

#FF80EE (or 0xFF80EE) is known color: Pale Magenta. HEX triplet: FF, 80 and EE. RGB value is (255,128,238). Sum of RGB (Red+Green+Blue) = 255+128+238=621 (82% of max value = 765). Red value is 255 (100% from 255 or 41.06% from 621); Green value is 128 (50.39% from 255 or 20.61% from 621); Blue value is 238 (93.36% from 255 or 38.33% from 621); Max value from RGB is 255 - color contains mainly: red. Hex color #FF80EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF80EE is #007F11. Grayscale: #B2B2B2. Windows color (decimal): -32530 or 15630591. OLE color: 15630591.

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

Color convert

RGB 255 128 238 -
CMYK 0 0.50 0.07 0
HSL 308.03º 1% 0.75% -
HSV(B) 308.03º 0.5% 1% -
XYZ 64.39 42.87 85.77 -
YUV 178.51 161.58 182.56 -
System Red Green Blue C M Y K H S L
Decimal 255 128 238 0 0.50 0.07 0 308.03 1 0.75
Hex FF 80 EE 0 32 7 0 134 64 4B
Octal 377 200 356 0 62 7 0 464 144 113
Binary 11111111 10000000 11101110 0 110010 111 0 100110100 1100100 1001011

Color Harmonies of #FF80EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF80EE

Black with #FF80EE

Text Example


Text Example

White with #FF80EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF80EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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