#E852C0

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

Shades of Free Speech Magenta #E852C0

Tints of Free Speech Magenta #E852C0

Color information

#E852C0 (or 0xE852C0) is unknown color: approx Free Speech Magenta. HEX triplet: E8, 52 and C0. RGB value is (232,82,192). Sum of RGB (Red+Green+Blue) = 232+82+192=506 (67% of max value = 765). Red value is 232 (91.02% from 255 or 45.85% from 506); Green value is 82 (32.42% from 255 or 16.21% from 506); Blue value is 192 (75.39% from 255 or 37.94% from 506); Max value from RGB is 232 - color contains mainly: red. Hex color #E852C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E852C0 is #17AD3F. Grayscale: #8B8B8B. Windows color (decimal): -1551680 or 12604136. OLE color: 12604136.

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

Color convert

RGB23282192-
CMYK00.650.170.09
HSL316º76.53%61.57%-
HSV(B)316º64.66%90.98%-
XYZ45.812752.67-
YUV139.39157.7194.06-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 45.85%
GREEN value IS 82 (32.42% from 255) = 16.21%
BLUE value IS 192 (75.39% from 255) = 37.94%
R=45.85%
G=16.21%
B=37.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.17
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2328219200.650.170.0931676.5361.57
HexE852C004111913c4d3e
Octal3501223000101211147411576
Binary11101000101001011000000010000011000110011001111001001101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E852C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E852C0; }

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

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

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

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

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

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

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

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