Html Css Color HEX #FF81EE Pale Magenta

📋 copy color: '#FF81EE'

red 255 ◦ green 129 ◦ blue 238

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

Shades of Pale Magenta #FF81EE

Tints of Pale Magenta #FF81EE

RGB

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

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

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

R = 41%
G = 20.74%
B = 38.26%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.07

 K value IS 0

RGB Variations

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

Color information

#FF81EE (or 0xFF81EE) is known color: 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

RGB 255 129 238 -
CMYK 0 0.49 0.07 0
HSL 308.1º 1% 0.75% -
HSV(B) 308.1º 0.49% 1% -
XYZ 64.52 43.13 85.81 -
YUV 179.1 161.24 182.14 -
System Red Green Blue C M Y K H S L
Decimal 255 129 238 0 0.49 0.07 0 308.1 1 0.75
Hex FF 81 EE 0 31 7 0 134 64 4B
Octal 377 201 356 0 61 7 0 464 144 113
Binary 11111111 10000001 11101110 0 110001 111 0 100110100 1100100 1001011

Color Harmonies of #FF81EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF81EE

Black with #FF81EE

Text Example


Text Example

White with #FF81EE

Text Example


Text Example

HTML Codes & Css Web 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>