#E352DA

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

Shades of Free Speech Magenta #E352DA

Tints of Free Speech Magenta #E352DA

Color information

#E352DA (or 0xE352DA) is unknown color: approx Free Speech Magenta. HEX triplet: E3, 52 and DA. RGB value is (227,82,218). Sum of RGB (Red+Green+Blue) = 227+82+218=527 (69% of max value = 765). Red value is 227 (89.06% from 255 or 43.07% from 527); Green value is 82 (32.42% from 255 or 15.56% from 527); Blue value is 218 (85.55% from 255 or 41.37% from 527); Max value from RGB is 227 - color contains mainly: red. Hex color #E352DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E352DA is #1CAD25. Grayscale: #8C8C8C. Windows color (decimal): -1879334 or 14308067. OLE color: 14308067.

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

Color convert

RGB22782218-
CMYK00.640.040.11
HSL303.72º72.14%60.59%-
HSV(B)303.72º63.88%89.02%-
XYZ47.3527.4369.13-
YUV140.86171.54189.44-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 43.07%
GREEN value IS 82 (32.42% from 255) = 15.56%
BLUE value IS 218 (85.55% from 255) = 41.37%
R=43.07%
G=15.56%
B=41.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.04
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2278221800.640.040.11303.7272.1460.59
HexE352DA0404B130483d
Octal343122332010041346011075
Binary111000111010010110110100100000010010111001100001001000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E352DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E352DA; }

 p { color: rgb(227,82,218); }

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

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

 a { background-color: rgb(227,82,218); }

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

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

 span { border-color: rgb(227,82,218); }

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