Html Css Color HEX #FF1AEE Magenta

📋 copy color: '#FF1AEE'

red 255 ◦ green 26 ◦ blue 238

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

Shades of Magenta #FF1AEE

Tints of Magenta #FF1AEE

RGB

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

 GREEN value IS 26 (10.55% from 255) = 5.01%

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

R = 49.13%
G = 5.01%
B = 45.86%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.07

 K value IS 0

RGB Variations

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

Color information

#FF1AEE (or 0xFF1AEE) is known color: Magenta. HEX triplet: FF, 1A and EE. RGB value is (255,26,238). Sum of RGB (Red+Green+Blue) = 255+26+238=519 (68% of max value = 765). Red value is 255 (100% from 255 or 49.13% from 519); Green value is 26 (10.55% from 255 or 5.01% from 519); Blue value is 238 (93.36% from 255 or 45.86% from 519); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1AEE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FF1AEE is #00E511. Grayscale: #767676. Windows color (decimal): -58642 or 15604479. OLE color: 15604479.

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

Color convert

RGB 255 26 238 -
CMYK 0 0.90 0.07 0
HSL 304.45º 1% 0.55% -
HSV(B) 304.45º 0.9% 1% -
XYZ 57.04 28.17 83.32 -
YUV 118.64 195.37 225.26 -
System Red Green Blue C M Y K H S L
Decimal 255 26 238 0 0.90 0.07 0 304.45 1 0.55
Hex FF 1A EE 0 5A 7 0 130 64 37
Octal 377 32 356 0 132 7 0 460 144 67
Binary 11111111 11010 11101110 0 1011010 111 0 100110000 1100100 110111

Color Harmonies of #FF1AEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF1AEE

Black with #FF1AEE

Text Example


Text Example

White with #FF1AEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF1AEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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