#E53FCE

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

Shades of Free Speech Magenta #E53FCE

Tints of Free Speech Magenta #E53FCE

Color information

#E53FCE (or 0xE53FCE) is unknown color: approx Free Speech Magenta. HEX triplet: E5, 3F and CE. RGB value is (229,63,206). Sum of RGB (Red+Green+Blue) = 229+63+206=498 (65% of max value = 765). Red value is 229 (89.84% from 255 or 45.98% from 498); Green value is 63 (25% from 255 or 12.65% from 498); Blue value is 206 (80.86% from 255 or 41.37% from 498); Max value from RGB is 229 - color contains mainly: red. Hex color #E53FCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E53FCE is #1AC031. Grayscale: #808080. Windows color (decimal): -1753138 or 13516773. OLE color: 13516773.

HSL color Cylindrical-coordinate representation of color #E53FCE: hue angle of 308.31º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E53FCE is Cyan = 0, Magento = 0.72, Yellow = 0.10 and Black (K on CMYK) = 0.10.

Color convert

RGB22963206-
CMYK00.720.100.10
HSL308.31º76.15%57.25%-
HSV(B)308.31º72.49%89.8%-
XYZ45.2324.6760.77-
YUV128.94171.5199.37-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 45.98%
GREEN value IS 63 (25% from 255) = 12.65%
BLUE value IS 206 (80.86% from 255) = 41.37%
R=45.98%
G=12.65%
B=41.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.10
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2296320600.720.100.10308.3176.1557.25
HexE53FCE048AA1344c39
Octal345773160110121246411471
Binary111001011111111100111001001000101010101001101001001100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E53FCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E53FCE; }

 p { color: rgb(229,63,206); }

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

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

 a { background-color: rgb(229,63,206); }

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

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

 span { border-color: rgb(229,63,206); }

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