#FF81EE

Color #FF81EE Pale Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Magenta #FF81EE

Tints of Pale Magenta #FF81EE

Color information

#FF81EE (or 0xFF81EE) is unknown color: approx Pale Magenta. HEX triplet: FF, 81 and EE. RGB value is (255,129,238). Sum of RGB (Red+Green+Blue) = 255+129+238=622 (82% of max value = 765). Red value is 255 (100% from 255 or 41.00% from 622); Green value is 129 (50.78% from 255 or 20.74% from 622); Blue value is 238 (93.36% from 255 or 38.26% from 622); Max value from RGB is 255 - color contains mainly: red. Hex color #FF81EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF81EE is #007E11. Grayscale: #B2B2B2. Windows color (decimal): -32274 or 15630847. OLE color: 15630847.

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

Color convert

RGB255129238-
CMYK00.490.070
HSL308.1º100%75.29%-
HSV(B)308.1º49.41%100%-
XYZ64.5243.1385.81-
YUV179.1161.24182.14-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.00%
GREEN value IS 129 (50.78% from 255) = 20.74%
BLUE value IS 238 (93.36% from 255) = 38.26%
R=41.00%
G=20.74%
B=38.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.07
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25512923800.490.070308.110075.29
HexFF81EE03170134644b
Octal37720135606170464144113
Binary1111111110000001111011100110001111010011010011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF81EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF81EE; }

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

 H1.HeaderClassName
 {
   color: #FF81EE;
 }
 .AnyTagClassName
 {
   color: #FF81EE;
 }
</style>
background-color css

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

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

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

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

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

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