#e359d5

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

Shades of Free Speech Magenta #E359D5

Tints of Free Speech Magenta #E359D5

Color information

#E359D5 (or 0xE359D5) is unknown color: approx Free Speech Magenta. HEX triplet: E3, 59 and D5. RGB value is (227,89,213). Sum of RGB (Red+Green+Blue) = 227+89+213=529 (70% of max value = 765). Red value is 227 (89.06% from 255 or 42.91% from 529); Green value is 89 (35.16% from 255 or 16.82% from 529); Blue value is 213 (83.59% from 255 or 40.26% from 529); Max value from RGB is 227 - color contains mainly: red. Hex color #E359D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E359D5 is #1CA62A. Grayscale: #909090. Windows color (decimal): -1877547 or 13982179. OLE color: 13982179.

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

Color convert

RGB22789213-
CMYK00.610.060.11
HSL306.09º71.13%61.96%-
HSV(B)306.09º60.79%89.02%-
XYZ47.2628.2865.92-
YUV144.4166.72186.92-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 42.91%
GREEN value IS 89 (35.16% from 255) = 16.82%
BLUE value IS 213 (83.59% from 255) = 40.26%
R=42.91%
G=16.82%
B=40.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.06
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2278921300.610.060.11306.0971.1361.96
HexE359D503D6B132473e
Octal34313132507561346210776
Binary11100011101100111010101011110111010111001100101000111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e359d5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e359d5; }

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

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

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

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

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

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

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

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