#e552c6

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

Shades of Free Speech Magenta #E552C6

Tints of Free Speech Magenta #E552C6

Color information

#E552C6 (or 0xE552C6) is unknown color: approx Free Speech Magenta. HEX triplet: E5, 52 and C6. RGB value is (229,82,198). Sum of RGB (Red+Green+Blue) = 229+82+198=509 (67% of max value = 765). Red value is 229 (89.84% from 255 or 44.99% from 509); Green value is 82 (32.42% from 255 or 16.11% from 509); Blue value is 198 (77.73% from 255 or 38.90% from 509); Max value from RGB is 229 - color contains mainly: red. Hex color #E552C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E552C6 is #1AAD39. Grayscale: #8A8A8A. Windows color (decimal): -1748282 or 12997349. OLE color: 12997349.

HSL color Cylindrical-coordinate representation of color #E552C6: hue angle of 312.65º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E552C6 is Cyan = 0, Magento = 0.64, Yellow = 0.14 and Black (K on CMYK) = 0.10.

Color convert

RGB22982198-
CMYK00.640.140.10
HSL312.65º73.87%60.98%-
HSV(B)312.65º64.19%89.8%-
XYZ45.5226.7756.19-
YUV139.18161.2192.07-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 44.99%
GREEN value IS 82 (32.42% from 255) = 16.11%
BLUE value IS 198 (77.73% from 255) = 38.90%
R=44.99%
G=16.11%
B=38.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.14
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2298219800.640.140.10312.6573.8760.98
HexE552C6040EA1394a3d
Octal3451223060100161247111275
Binary1110010110100101100011001000000111010101001110011001010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e552c6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e552c6; }

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

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

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

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

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

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

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

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