#E752DA

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

Shades of Free Speech Magenta #E752DA

Tints of Free Speech Magenta #E752DA

Color information

#E752DA (or 0xE752DA) is unknown color: approx Free Speech Magenta. HEX triplet: E7, 52 and DA. RGB value is (231,82,218). Sum of RGB (Red+Green+Blue) = 231+82+218=531 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.50% from 531); Green value is 82 (32.42% from 255 or 15.44% from 531); Blue value is 218 (85.55% from 255 or 41.05% from 531); Max value from RGB is 231 - color contains mainly: red. Hex color #E752DA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E752DA is #18AD25. Grayscale: #8D8D8D. Windows color (decimal): -1617190 or 14308071. OLE color: 14308071.

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

Color convert

RGB23182218-
CMYK00.650.060.09
HSL305.23º75.63%61.37%-
HSV(B)305.23º64.5%90.59%-
XYZ48.6328.0969.19-
YUV142.06170.86191.44-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 43.50%
GREEN value IS 82 (32.42% from 255) = 15.44%
BLUE value IS 218 (85.55% from 255) = 41.05%
R=43.50%
G=15.44%
B=41.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.06
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2318221800.650.060.09305.2375.6361.37
HexE752DA041691314c3d
Octal347122332010161146111475
Binary111001111010010110110100100000111010011001100011001100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E752DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E752DA; }

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

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

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

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

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

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

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

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