#EE1BFB

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

Shades of Magenta #EE1BFB

Tints of Magenta #EE1BFB

Color information

#EE1BFB (or 0xEE1BFB) is unknown color: approx Magenta. HEX triplet: EE, 1B and FB. RGB value is (238,27,251). Sum of RGB (Red+Green+Blue) = 238+27+251=516 (68% of max value = 765). Red value is 238 (93.36% from 255 or 46.12% from 516); Green value is 27 (10.94% from 255 or 5.23% from 516); Blue value is 251 (98.44% from 255 or 48.64% from 516); Max value from RGB is 251 - color contains mainly: blue. Hex color #EE1BFB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE1BFB is #11E404. Grayscale: #727272. Windows color (decimal): -1172485 or 16456686. OLE color: 16456686.

HSL color Cylindrical-coordinate representation of color #EE1BFB: hue angle of 296.52º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EE1BFB is Cyan = 0.05, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB23827251-
CMYK0.050.8900.02
HSL296.52º96.55%54.51%-
HSV(B)296.52º89.24%98.43%-
XYZ53.0625.9393.47-
YUV115.62204.4215.29-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 46.12%
GREEN value IS 27 (10.94% from 255) = 5.23%
BLUE value IS 251 (98.44% from 255) = 48.64%
R=46.12%
G=5.23%
B=48.64%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal238272510.050.8900.02296.5296.5554.51
HexEE1BFB559021296137
Octal3563337351310245114167
Binary11101110110111111101110110110010101001010011100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE1BFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE1BFB; }

 p { color: rgb(238,27,251); }

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

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

 a { background-color: rgb(238,27,251); }

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

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

 span { border-color: rgb(238,27,251); }

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