#FF18E8

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

Shades of Magenta #FF18E8

Tints of Magenta #FF18E8

Color information

#FF18E8 (or 0xFF18E8) is unknown color: approx Magenta. HEX triplet: FF, 18 and E8. RGB value is (255,24,232). Sum of RGB (Red+Green+Blue) = 255+24+232=511 (67% of max value = 765). Red value is 255 (100% from 255 or 49.90% from 511); Green value is 24 (9.77% from 255 or 4.70% from 511); Blue value is 232 (91.02% from 255 or 45.40% from 511); Max value from RGB is 255 - color contains mainly: red. Hex color #FF18E8 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FF18E8 is #00E717. Grayscale: #747474. Windows color (decimal): -59160 or 15210751. OLE color: 15210751.

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

Color convert

RGB25524232-
CMYK00.910.090
HSL305.97º100%54.71%-
HSV(B)305.97º90.59%100%-
XYZ56.1327.7478.74-
YUV116.78193.03226.59-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 49.90%
GREEN value IS 24 (9.77% from 255) = 4.70%
BLUE value IS 232 (91.02% from 255) = 45.40%
R=49.90%
G=4.70%
B=45.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.09
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2552423200.910.090305.9710054.71
HexFF18E805B901326437
Octal37730350013311046214467
Binary11111111110001110100001011011100101001100101100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF18E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF18E8; }

 p { color: rgb(255,24,232); }

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

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

 a { background-color: rgb(255,24,232); }

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

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

 span { border-color: rgb(255,24,232); }

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