#E053B5

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

Shades of Free Speech Magenta #E053B5

Tints of Free Speech Magenta #E053B5

Color information

#E053B5 (or 0xE053B5) is unknown color: approx Free Speech Magenta. HEX triplet: E0, 53 and B5. RGB value is (224,83,181). Sum of RGB (Red+Green+Blue) = 224+83+181=488 (64% of max value = 765). Red value is 224 (87.89% from 255 or 45.90% from 488); Green value is 83 (32.81% from 255 or 17.01% from 488); Blue value is 181 (71.09% from 255 or 37.09% from 488); Max value from RGB is 224 - color contains mainly: red. Hex color #E053B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E053B5 is #1FAC4A. Grayscale: #888888. Windows color (decimal): -2075723 or 11883488. OLE color: 11883488.

HSL color Cylindrical-coordinate representation of color #E053B5: hue angle of 318.3º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E053B5 is Cyan = 0, Magento = 0.63, Yellow = 0.19 and Black (K on CMYK) = 0.12.

Color convert

RGB22483181-
CMYK00.630.190.12
HSL318.3º69.46%60.2%-
HSV(B)318.3º62.95%87.84%-
XYZ42.1725.3746.39-
YUV136.33153.21190.53-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 45.90%
GREEN value IS 83 (32.81% from 255) = 17.01%
BLUE value IS 181 (71.09% from 255) = 37.09%
R=45.90%
G=17.01%
B=37.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.19
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2248318100.630.190.12318.369.4660.2
HexE053B503F13C13e453c
Octal340123265077231447610574
Binary1110000010100111011010101111111001111001001111101000101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E053B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E053B5; }

 p { color: rgb(224,83,181); }

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

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

 a { background-color: rgb(224,83,181); }

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

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

 span { border-color: rgb(224,83,181); }

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