#EE49E5

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

Shades of Free Speech Magenta #EE49E5

Tints of Free Speech Magenta #EE49E5

Color information

#EE49E5 (or 0xEE49E5) is unknown color: approx Free Speech Magenta. HEX triplet: EE, 49 and E5. RGB value is (238,73,229). Sum of RGB (Red+Green+Blue) = 238+73+229=540 (71% of max value = 765). Red value is 238 (93.36% from 255 or 44.07% from 540); Green value is 73 (28.91% from 255 or 13.52% from 540); Blue value is 229 (89.84% from 255 or 42.41% from 540); Max value from RGB is 238 - color contains mainly: red. Hex color #EE49E5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE49E5 is #11B61A. Grayscale: #8B8B8B. Windows color (decimal): -1160731 or 15026670. OLE color: 15026670.

HSL color Cylindrical-coordinate representation of color #EE49E5: hue angle of 303.27º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EE49E5 is Cyan = 0, Magento = 0.69, Yellow = 0.04 and Black (K on CMYK) = 0.07.

Color convert

RGB23873229-
CMYK00.690.040.07
HSL303.27º82.91%60.98%-
HSV(B)303.27º69.33%93.33%-
XYZ51.7928.676.92-
YUV140.12178.16197.82-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 44.07%
GREEN value IS 73 (28.91% from 255) = 13.52%
BLUE value IS 229 (89.84% from 255) = 42.41%
R=44.07%
G=13.52%
B=42.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.04
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2387322900.690.040.07303.2782.9160.98
HexEE49E50454712f533d
Octal35611134501054745712375
Binary11101110100100111100101010001011001111001011111010011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE49E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE49E5; }

 p { color: rgb(238,73,229); }

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

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

 a { background-color: rgb(238,73,229); }

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

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

 span { border-color: rgb(238,73,229); }

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