#E365E5

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

Shades of Free Speech Magenta #E365E5

Tints of Free Speech Magenta #E365E5

Color information

#E365E5 (or 0xE365E5) is unknown color: approx Free Speech Magenta. HEX triplet: E3, 65 and E5. RGB value is (227,101,229). Sum of RGB (Red+Green+Blue) = 227+101+229=557 (73% of max value = 765). Red value is 227 (89.06% from 255 or 40.75% from 557); Green value is 101 (39.84% from 255 or 18.13% from 557); Blue value is 229 (89.84% from 255 or 41.11% from 557); Max value from RGB is 229 - color contains mainly: blue. Hex color #E365E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E365E5 is #1C9A1A. Grayscale: #989898. Windows color (decimal): -1874459 or 15033827. OLE color: 15033827.

HSL color Cylindrical-coordinate representation of color #E365E5: hue angle of 299.06º degrees, saturation: 0.71, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E365E5 is Cyan = 0.01, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB227101229-
CMYK0.010.5600.10
HSL299.06º71.11%64.71%-
HSV(B)299.06º55.9%89.8%-
XYZ50.4831.377.51-
YUV153.27170.74180.59-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 40.75%
GREEN value IS 101 (39.84% from 255) = 18.13%
BLUE value IS 229 (89.84% from 255) = 41.11%
R=40.75%
G=18.13%
B=41.11%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2271012290.010.5600.10299.0671.1164.71
HexE365E51380A12b4741
Octal343145345170012453107101
Binary1110001111001011110010111110000101010010101110001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E365E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E365E5; }

 p { color: rgb(227,101,229); }

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

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

 a { background-color: rgb(227,101,229); }

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

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

 span { border-color: rgb(227,101,229); }

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