Html Css Color HEX #FF81E6 Pale Magenta

📋 copy color: '#FF81E6'

red 255 ◦ green 129 ◦ blue 230

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

Shades of Pale Magenta #FF81E6

Tints of Pale Magenta #FF81E6

RGB

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

 GREEN value IS 129 (50.78% from 255) = 21.01%

 BLUE value IS 230 (90.23% from 255) = 37.46%

R = 41.53%
G = 21.01%
B = 37.46%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.10

 K value IS 0

RGB Variations

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

Color information

#FF81E6 (or 0xFF81E6) is known color: Pale Magenta. HEX triplet: FF, 81 and E6. RGB value is (255,129,230). Sum of RGB (Red+Green+Blue) = 255+129+230=614 (81% of max value = 765). Red value is 255 (100% from 255 or 41.53% from 614); Green value is 129 (50.78% from 255 or 21.01% from 614); Blue value is 230 (90.23% from 255 or 37.46% from 614); Max value from RGB is 255 - color contains mainly: red. Hex color #FF81E6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF81E6 is #007E19. Grayscale: #B1B1B1. Windows color (decimal): -32282 or 15106559. OLE color: 15106559.

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

Color convert

RGB 255 129 230 -
CMYK 0 0.49 0.10 0
HSL 311.9º 1% 0.75% -
HSV(B) 311.9º 0.49% 1% -
XYZ 63.37 42.67 79.76 -
YUV 178.19 157.24 182.79 -
System Red Green Blue C M Y K H S L
Decimal 255 129 230 0 0.49 0.10 0 311.9 1 0.75
Hex FF 81 E6 0 31 A 0 138 64 4B
Octal 377 201 346 0 61 12 0 470 144 113
Binary 11111111 10000001 11100110 0 110001 1010 0 100111000 1100100 1001011

Color Harmonies of #FF81E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF81E6

Black with #FF81E6

Text Example


Text Example

White with #FF81E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF81E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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