#EE26F1

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

Shades of Magenta #EE26F1

Tints of Magenta #EE26F1

Color information

#EE26F1 (or 0xEE26F1) is unknown color: approx Magenta. HEX triplet: EE, 26 and F1. RGB value is (238,38,241). Sum of RGB (Red+Green+Blue) = 238+38+241=517 (68% of max value = 765). Red value is 238 (93.36% from 255 or 46.03% from 517); Green value is 38 (15.23% from 255 or 7.35% from 517); Blue value is 241 (94.53% from 255 or 46.62% from 517); Max value from RGB is 241 - color contains mainly: blue. Hex color #EE26F1 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE26F1 is #11D90E. Grayscale: #787878. Windows color (decimal): -1169679 or 15804142. OLE color: 15804142.

HSL color Cylindrical-coordinate representation of color #EE26F1: hue angle of 299.11º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EE26F1 is Cyan = 0.01, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB23838241-
CMYK0.010.8400.05
HSL299.11º87.88%54.71%-
HSV(B)299.11º84.23%94.51%-
XYZ51.8325.9185.49-
YUV120.94195.76211.49-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 46.03%
GREEN value IS 38 (15.23% from 255) = 7.35%
BLUE value IS 241 (94.53% from 255) = 46.62%
R=46.03%
G=7.35%
B=46.62%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal238382410.010.8400.05299.1187.8854.71
HexEE26F11540512b5837
Octal3564636111240545313067
Binary11101110100110111100011101010001011001010111011000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE26F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE26F1; }

 p { color: rgb(238,38,241); }

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

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

 a { background-color: rgb(238,38,241); }

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

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

 span { border-color: rgb(238,38,241); }

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