#e352d6

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

Shades of Free Speech Magenta #E352D6

Tints of Free Speech Magenta #E352D6

Color information

#E352D6 (or 0xE352D6) is unknown color: approx Free Speech Magenta. HEX triplet: E3, 52 and D6. RGB value is (227,82,214). Sum of RGB (Red+Green+Blue) = 227+82+214=523 (69% of max value = 765). Red value is 227 (89.06% from 255 or 43.40% from 523); Green value is 82 (32.42% from 255 or 15.68% from 523); Blue value is 214 (83.98% from 255 or 40.92% from 523); Max value from RGB is 227 - color contains mainly: red. Hex color #E352D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E352D6 is #1CAD29. Grayscale: #8C8C8C. Windows color (decimal): -1879338 or 14045923. OLE color: 14045923.

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

Color convert

RGB22782214-
CMYK00.640.060.11
HSL305.38º72.14%60.59%-
HSV(B)305.38º63.88%89.02%-
XYZ46.8327.2266.4-
YUV140.4169.54189.77-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 43.40%
GREEN value IS 82 (32.42% from 255) = 15.68%
BLUE value IS 214 (83.98% from 255) = 40.92%
R=43.40%
G=15.68%
B=40.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.06
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2278221400.640.060.11305.3872.1460.59
HexE352D60406B131483d
Octal343122326010061346111075
Binary111000111010010110101100100000011010111001100011001000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e352d6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e352d6; }

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

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

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

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

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

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

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

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