#EE20FB

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

Shades of Magenta #EE20FB

Tints of Magenta #EE20FB

Color information

#EE20FB (or 0xEE20FB) is unknown color: approx Magenta. HEX triplet: EE, 20 and FB. RGB value is (238,32,251). Sum of RGB (Red+Green+Blue) = 238+32+251=521 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.68% from 521); Green value is 32 (12.89% from 255 or 6.14% from 521); Blue value is 251 (98.44% from 255 or 48.18% from 521); Max value from RGB is 251 - color contains mainly: blue. Hex color #EE20FB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE20FB is #11DF04. Grayscale: #757575. Windows color (decimal): -1171205 or 16457966. OLE color: 16457966.

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

Color convert

RGB23832251-
CMYK0.050.8700.02
HSL296.44º96.48%55.49%-
HSV(B)296.44º87.25%98.43%-
XYZ53.1926.1893.52-
YUV118.56202.75213.19-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 45.68%
GREEN value IS 32 (12.89% from 255) = 6.14%
BLUE value IS 251 (98.44% from 255) = 48.18%
R=45.68%
G=6.14%
B=48.18%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal238322510.050.8700.02296.4496.4855.49
HexEE20FB557021286037
Octal3564037351270245014067
Binary111011101000001111101110110101110101001010001100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE20FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE20FB; }

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

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

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

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

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

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

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

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