Html Css Color HEX #FF81E0 Pale Magenta

📋 copy color: '#FF81E0'

red 255 ◦ green 129 ◦ blue 224

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

Shades of Pale Magenta #FF81E0

Tints of Pale Magenta #FF81E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 36.84%

R = 41.94%
G = 21.22%
B = 36.84%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.12

 K value IS 0

RGB Variations

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

Color information

#FF81E0 (or 0xFF81E0) is known color: Pale Magenta. HEX triplet: FF, 81 and E0. RGB value is (255,129,224). Sum of RGB (Red+Green+Blue) = 255+129+224=608 (80% of max value = 765). Red value is 255 (100% from 255 or 41.94% from 608); Green value is 129 (50.78% from 255 or 21.22% from 608); Blue value is 224 (87.89% from 255 or 36.84% from 608); Max value from RGB is 255 - color contains mainly: red. Hex color #FF81E0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF81E0 is #007E1F. Grayscale: #B1B1B1. Windows color (decimal): -32288 or 14713343. OLE color: 14713343.

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

Color convert

RGB 255 129 224 -
CMYK 0 0.49 0.12 0
HSL 314.76º 1% 0.75% -
HSV(B) 314.76º 0.49% 1% -
XYZ 62.54 42.34 75.4 -
YUV 177.5 154.24 183.28 -
System Red Green Blue C M Y K H S L
Decimal 255 129 224 0 0.49 0.12 0 314.76 1 0.75
Hex FF 81 E0 0 31 C 0 13B 64 4B
Octal 377 201 340 0 61 14 0 473 144 113
Binary 11111111 10000001 11100000 0 110001 1100 0 100111011 1100100 1001011

Color Harmonies of #FF81E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF81E0

Black with #FF81E0

Text Example


Text Example

White with #FF81E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF81E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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