#EE1BEB

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

Shades of Magenta #EE1BEB

Tints of Magenta #EE1BEB

Color information

#EE1BEB (or 0xEE1BEB) is unknown color: approx Magenta. HEX triplet: EE, 1B and EB. RGB value is (238,27,235). Sum of RGB (Red+Green+Blue) = 238+27+235=500 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.6% from 500); Green value is 27 (10.94% from 255 or 5.4% from 500); Blue value is 235 (92.19% from 255 or 47% from 500); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1BEB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE1BEB is #11E414. Grayscale: #717171. Windows color (decimal): -1172501 or 15408110. OLE color: 15408110.

HSL color Cylindrical-coordinate representation of color #EE1BEB: hue angle of 300.85º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EE1BEB is Cyan = 0, Magento = 0.89, Yellow = 0.01 and Black (K on CMYK) = 0.07.

Color convert

RGB23827235-
CMYK00.890.010.07
HSL300.85º86.12%51.96%-
HSV(B)300.85º88.66%93.33%-
XYZ50.6524.9680.75-
YUV113.8196.4216.59-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 47.6%
GREEN value IS 27 (10.94% from 255) = 5.4%
BLUE value IS 235 (92.19% from 255) = 47%
R=47.6%
G=5.4%
B=47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.01
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2382723500.890.010.07300.8586.1251.96
HexEE1BEB0591712d5634
Octal3563335301311745512664
Binary1110111011011111010110101100111111001011011010110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE1BEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE1BEB; }

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

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

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

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

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

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

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

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