#E355D4

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

Shades of Free Speech Magenta #E355D4

Tints of Free Speech Magenta #E355D4

Color information

#E355D4 (or 0xE355D4) is unknown color: approx Free Speech Magenta. HEX triplet: E3, 55 and D4. RGB value is (227,85,212). Sum of RGB (Red+Green+Blue) = 227+85+212=524 (69% of max value = 765). Red value is 227 (89.06% from 255 or 43.32% from 524); Green value is 85 (33.59% from 255 or 16.22% from 524); Blue value is 212 (83.20% from 255 or 40.46% from 524); Max value from RGB is 227 - color contains mainly: red. Hex color #E355D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E355D4 is #1CAA2B. Grayscale: #8D8D8D. Windows color (decimal): -1878572 or 13915619. OLE color: 13915619.

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

Color convert

RGB22785212-
CMYK00.630.070.11
HSL306.34º71.72%61.18%-
HSV(B)306.34º62.56%89.02%-
XYZ46.8127.5865.14-
YUV141.94167.54188.67-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 43.32%
GREEN value IS 85 (33.59% from 255) = 16.22%
BLUE value IS 212 (83.20% from 255) = 40.46%
R=43.32%
G=16.22%
B=40.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.07
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2278521200.630.070.11306.3471.7261.18
HexE355D403F7B132483d
Octal34312532407771346211075
Binary11100011101010111010100011111111110111001100101001000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E355D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E355D4; }

 p { color: rgb(227,85,212); }

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

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

 a { background-color: rgb(227,85,212); }

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

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

 span { border-color: rgb(227,85,212); }

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