#E752DE

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

Shades of Free Speech Magenta #E752DE

Tints of Free Speech Magenta #E752DE

Color information

#E752DE (or 0xE752DE) is unknown color: approx Free Speech Magenta. HEX triplet: E7, 52 and DE. RGB value is (231,82,222). Sum of RGB (Red+Green+Blue) = 231+82+222=535 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.18% from 535); Green value is 82 (32.42% from 255 or 15.33% from 535); Blue value is 222 (87.11% from 255 or 41.50% from 535); Max value from RGB is 231 - color contains mainly: red. Hex color #E752DE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E752DE is #18AD21. Grayscale: #8E8E8E. Windows color (decimal): -1617186 or 14570215. OLE color: 14570215.

HSL color Cylindrical-coordinate representation of color #E752DE: hue angle of 303.62º degrees, saturation: 0.76, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E752DE is Cyan = 0, Magento = 0.65, Yellow = 0.04 and Black (K on CMYK) = 0.09.

Color convert

RGB23182222-
CMYK00.650.040.09
HSL303.62º75.63%61.37%-
HSV(B)303.62º64.5%90.59%-
XYZ49.1628.371.98-
YUV142.51172.86191.12-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 43.18%
GREEN value IS 82 (32.42% from 255) = 15.33%
BLUE value IS 222 (87.11% from 255) = 41.50%
R=43.18%
G=15.33%
B=41.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.04
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2318222200.650.040.09303.6275.6361.37
HexE752DE041491304c3d
Octal347122336010141146011475
Binary111001111010010110111100100000110010011001100001001100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E752DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E752DE; }

 p { color: rgb(231,82,222); }

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

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

 a { background-color: rgb(231,82,222); }

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

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

 span { border-color: rgb(231,82,222); }

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