#FF81EA

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

Shades of Pale Magenta #FF81EA

Tints of Pale Magenta #FF81EA

Color information

#FF81EA (or 0xFF81EA) is unknown color: approx Pale Magenta. HEX triplet: FF, 81 and EA. RGB value is (255,129,234). Sum of RGB (Red+Green+Blue) = 255+129+234=618 (81% of max value = 765). Red value is 255 (100% from 255 or 41.26% from 618); Green value is 129 (50.78% from 255 or 20.87% from 618); Blue value is 234 (91.80% from 255 or 37.86% from 618); Max value from RGB is 255 - color contains mainly: red. Hex color #FF81EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF81EA is #007E15. Grayscale: #B2B2B2. Windows color (decimal): -32278 or 15368703. OLE color: 15368703.

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

Color convert

RGB255129234-
CMYK00.490.080
HSL310º100%75.29%-
HSV(B)310º49.41%100%-
XYZ63.9442.982.75-
YUV178.64159.24182.46-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.26%
GREEN value IS 129 (50.78% from 255) = 20.87%
BLUE value IS 234 (91.80% from 255) = 37.86%
R=41.26%
G=20.87%
B=37.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.08
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25512923400.490.08031010075.29
HexFF81EA03180136644b
Octal377201352061100466144113
Binary11111111100000011110101001100011000010011011011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF81EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF81EA; }

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

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

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

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

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

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

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

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