#E354D4

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

Shades of Free Speech Magenta #E354D4

Tints of Free Speech Magenta #E354D4

Color information

#E354D4 (or 0xE354D4) is unknown color: approx Free Speech Magenta. HEX triplet: E3, 54 and D4. RGB value is (227,84,212). Sum of RGB (Red+Green+Blue) = 227+84+212=523 (69% of max value = 765). Red value is 227 (89.06% from 255 or 43.40% from 523); Green value is 84 (33.20% from 255 or 16.06% from 523); Blue value is 212 (83.20% from 255 or 40.54% from 523); Max value from RGB is 227 - color contains mainly: red. Hex color #E354D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E354D4 is #1CAB2B. Grayscale: #8C8C8C. Windows color (decimal): -1878828 or 13915363. OLE color: 13915363.

HSL color Cylindrical-coordinate representation of color #E354D4: hue angle of 306.29º 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 #E354D4 is Cyan = 0, Magento = 0.63, Yellow = 0.07 and Black (K on CMYK) = 0.11.

Color convert

RGB22784212-
CMYK00.630.070.11
HSL306.29º71.86%60.98%-
HSV(B)306.29º63%89.02%-
XYZ46.7327.4365.12-
YUV141.35167.88189.09-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 43.40%
GREEN value IS 84 (33.20% from 255) = 16.06%
BLUE value IS 212 (83.20% from 255) = 40.54%
R=43.40%
G=16.06%
B=40.54%

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
Decimal2278421200.630.070.11306.2971.8660.98
HexE354D403F7B132483d
Octal34312432407771346211075
Binary11100011101010011010100011111111110111001100101001000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E354D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E354D4; }

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

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

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

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

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

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

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

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