#E852C5

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

Shades of Free Speech Magenta #E852C5

Tints of Free Speech Magenta #E852C5

Color information

#E852C5 (or 0xE852C5) is unknown color: approx Free Speech Magenta. HEX triplet: E8, 52 and C5. RGB value is (232,82,197). Sum of RGB (Red+Green+Blue) = 232+82+197=511 (67% of max value = 765). Red value is 232 (91.02% from 255 or 45.40% from 511); Green value is 82 (32.42% from 255 or 16.05% from 511); Blue value is 197 (77.34% from 255 or 38.55% from 511); Max value from RGB is 232 - color contains mainly: red. Hex color #E852C5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E852C5 is #17AD3A. Grayscale: #8B8B8B. Windows color (decimal): -1551675 or 12931816. OLE color: 12931816.

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

Color convert

RGB23282197-
CMYK00.650.150.09
HSL314º76.53%61.57%-
HSV(B)314º64.66%90.98%-
XYZ46.3727.2255.63-
YUV139.96160.2193.65-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 45.40%
GREEN value IS 82 (32.42% from 255) = 16.05%
BLUE value IS 197 (77.34% from 255) = 38.55%
R=45.40%
G=16.05%
B=38.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.15
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2328219700.650.150.0931476.5361.57
HexE852C5041F913a4d3e
Octal3501223050101171147211576
Binary1110100010100101100010101000001111110011001110101001101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E852C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E852C5; }

 p { color: rgb(232,82,197); }

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

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

 a { background-color: rgb(232,82,197); }

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

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

 span { border-color: rgb(232,82,197); }

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