#E363D5

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

Shades of Free Speech Magenta #E363D5

Tints of Free Speech Magenta #E363D5

Color information

#E363D5 (or 0xE363D5) is unknown color: approx Free Speech Magenta. HEX triplet: E3, 63 and D5. RGB value is (227,99,213). Sum of RGB (Red+Green+Blue) = 227+99+213=539 (71% of max value = 765). Red value is 227 (89.06% from 255 or 42.12% from 539); Green value is 99 (39.06% from 255 or 18.37% from 539); Blue value is 213 (83.59% from 255 or 39.52% from 539); Max value from RGB is 227 - color contains mainly: red. Hex color #E363D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E363D5 is #1C9C2A. Grayscale: #959595. Windows color (decimal): -1874987 or 13984739. OLE color: 13984739.

HSL color Cylindrical-coordinate representation of color #E363D5: hue angle of 306.56º degrees, saturation: 0.7, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E363D5 is Cyan = 0, Magento = 0.56, Yellow = 0.06 and Black (K on CMYK) = 0.11.

Color convert

RGB22799213-
CMYK00.560.060.11
HSL306.56º69.57%63.92%-
HSV(B)306.56º56.39%89.02%-
XYZ48.1530.0666.21-
YUV150.27163.41182.73-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 42.12%
GREEN value IS 99 (39.06% from 255) = 18.37%
BLUE value IS 213 (83.59% from 255) = 39.52%
R=42.12%
G=18.37%
B=39.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.06
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2279921300.560.060.11306.5669.5763.92
HexE363D50386B1334640
Octal343143325070613463106100
Binary111000111100011110101010111000110101110011001110001101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E363D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E363D5; }

 p { color: rgb(227,99,213); }

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

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

 a { background-color: rgb(227,99,213); }

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

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

 span { border-color: rgb(227,99,213); }

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