#E352DB

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

Shades of Free Speech Magenta #E352DB

Tints of Free Speech Magenta #E352DB

Color information

#E352DB (or 0xE352DB) is unknown color: approx Free Speech Magenta. HEX triplet: E3, 52 and DB. RGB value is (227,82,219). Sum of RGB (Red+Green+Blue) = 227+82+219=528 (69% of max value = 765). Red value is 227 (89.06% from 255 or 42.99% from 528); Green value is 82 (32.42% from 255 or 15.53% from 528); Blue value is 219 (85.94% from 255 or 41.48% from 528); Max value from RGB is 227 - color contains mainly: red. Hex color #E352DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E352DB is #1CAD24. Grayscale: #8C8C8C. Windows color (decimal): -1879333 or 14373603. OLE color: 14373603.

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

Color convert

RGB22782219-
CMYK00.640.040.11
HSL303.31º72.14%60.59%-
HSV(B)303.31º63.88%89.02%-
XYZ47.4827.4869.82-
YUV140.97172.04189.36-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 42.99%
GREEN value IS 82 (32.42% from 255) = 15.53%
BLUE value IS 219 (85.94% from 255) = 41.48%
R=42.99%
G=15.53%
B=41.48%

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
Decimal2278221900.640.040.11303.3172.1460.59
HexE352DB0404B12f483d
Octal343122333010041345711075
Binary111000111010010110110110100000010010111001011111001000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E352DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E352DB; }

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

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

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

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

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

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

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

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