#E552E9

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

Shades of Free Speech Magenta #E552E9

Tints of Free Speech Magenta #E552E9

Color information

#E552E9 (or 0xE552E9) is unknown color: approx Free Speech Magenta. HEX triplet: E5, 52 and E9. RGB value is (229,82,233). Sum of RGB (Red+Green+Blue) = 229+82+233=544 (72% of max value = 765). Red value is 229 (89.84% from 255 or 42.10% from 544); Green value is 82 (32.42% from 255 or 15.07% from 544); Blue value is 233 (91.41% from 255 or 42.83% from 544); Max value from RGB is 233 - color contains mainly: blue. Hex color #E552E9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E552E9 is #1AAD16. Grayscale: #8E8E8E. Windows color (decimal): -1748247 or 15291109. OLE color: 15291109.

HSL color Cylindrical-coordinate representation of color #E552E9: hue angle of 298.41º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E552E9 is Cyan = 0.02, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB22982233-
CMYK0.020.6500.09
HSL298.41º77.44%61.76%-
HSV(B)298.41º64.81%91.37%-
XYZ50.0428.5879.97-
YUV143.17178.7189.22-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 42.10%
GREEN value IS 82 (32.42% from 255) = 15.07%
BLUE value IS 233 (91.41% from 255) = 42.83%
R=42.10%
G=15.07%
B=42.83%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal229822330.020.6500.09298.4177.4461.76
HexE552E92410912a4d3e
Octal345122351210101145211576
Binary11100101101001011101001101000001010011001010101001101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E552E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E552E9; }

 p { color: rgb(229,82,233); }

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

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

 a { background-color: rgb(229,82,233); }

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

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

 span { border-color: rgb(229,82,233); }

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