#E05BE1

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

Shades of Free Speech Magenta #E05BE1

Tints of Free Speech Magenta #E05BE1

Color information

#E05BE1 (or 0xE05BE1) is unknown color: approx Free Speech Magenta. HEX triplet: E0, 5B and E1. RGB value is (224,91,225). Sum of RGB (Red+Green+Blue) = 224+91+225=540 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.48% from 540); Green value is 91 (35.94% from 255 or 16.85% from 540); Blue value is 225 (88.28% from 255 or 41.67% from 540); Max value from RGB is 225 - color contains mainly: blue. Hex color #E05BE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E05BE1 is #1FA41E. Grayscale: #919191. Windows color (decimal): -2073631 or 14769120. OLE color: 14769120.

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

Color convert

RGB22491225-
CMYK0.000.6000.12
HSL299.55º69.07%61.96%-
HSV(B)299.55º59.56%88.24%-
XYZ48.0728.7774.25-
YUV146.04172.56183.6-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 41.48%
GREEN value IS 91 (35.94% from 255) = 16.85%
BLUE value IS 225 (88.28% from 255) = 41.67%
R=41.48%
G=16.85%
B=41.67%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal224912250.000.6000.12299.5569.0761.96
HexE05BE103C0C12c453e
Octal34013334107401445410576
Binary111000001011011111000010111100011001001011001000101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E05BE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E05BE1; }

 p { color: rgb(224,91,225); }

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

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

 a { background-color: rgb(224,91,225); }

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

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

 span { border-color: rgb(224,91,225); }

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