#E552E1

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

Shades of Free Speech Magenta #E552E1

Tints of Free Speech Magenta #E552E1

Color information

#E552E1 (or 0xE552E1) is unknown color: approx Free Speech Magenta. HEX triplet: E5, 52 and E1. RGB value is (229,82,225). Sum of RGB (Red+Green+Blue) = 229+82+225=536 (70% of max value = 765). Red value is 229 (89.84% from 255 or 42.72% from 536); Green value is 82 (32.42% from 255 or 15.30% from 536); Blue value is 225 (88.28% from 255 or 41.98% from 536); Max value from RGB is 229 - color contains mainly: red. Hex color #E552E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E552E1 is #1AAD1E. Grayscale: #8D8D8D. Windows color (decimal): -1748255 or 14766821. OLE color: 14766821.

HSL color Cylindrical-coordinate representation of color #E552E1: hue angle of 301.63º 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 #E552E1 is Cyan = 0, Magento = 0.64, Yellow = 0.02 and Black (K on CMYK) = 0.10.

Color convert

RGB22982225-
CMYK00.640.020.10
HSL301.63º73.87%60.98%-
HSV(B)301.63º64.19%89.8%-
XYZ48.9228.1374.09-
YUV142.26174.7189.87-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 42.72%
GREEN value IS 82 (32.42% from 255) = 15.30%
BLUE value IS 225 (88.28% from 255) = 41.98%
R=42.72%
G=15.30%
B=41.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.02
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2298222500.640.020.10301.6373.8760.98
HexE552E10402A12e4a3d
Octal345122341010021245611275
Binary11100101101001011100001010000001010101001011101001010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E552E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E552E1; }

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

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

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

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

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

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

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

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