#E850C3

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

Shades of Free Speech Magenta #E850C3

Tints of Free Speech Magenta #E850C3

Color information

#E850C3 (or 0xE850C3) is unknown color: approx Free Speech Magenta. HEX triplet: E8, 50 and C3. RGB value is (232,80,195). Sum of RGB (Red+Green+Blue) = 232+80+195=507 (67% of max value = 765). Red value is 232 (91.02% from 255 or 45.76% from 507); Green value is 80 (31.64% from 255 or 15.78% from 507); Blue value is 195 (76.56% from 255 or 38.46% from 507); Max value from RGB is 232 - color contains mainly: red. Hex color #E850C3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E850C3 is #17AF3C. Grayscale: #8A8A8A. Windows color (decimal): -1552189 or 12800232. OLE color: 12800232.

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

Color convert

RGB23280195-
CMYK00.660.160.09
HSL314.61º76.77%61.18%-
HSV(B)314.61º65.52%90.98%-
XYZ4626.8354.38-
YUV138.56159.86194.65-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 45.76%
GREEN value IS 80 (31.64% from 255) = 15.78%
BLUE value IS 195 (76.56% from 255) = 38.46%
R=45.76%
G=15.78%
B=38.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.16
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2328019500.660.160.09314.6176.7761.18
HexE850C304210913b4d3d
Octal3501203030102201147311575
Binary11101000101000011000011010000101000010011001110111001101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E850C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E850C3; }

 p { color: rgb(232,80,195); }

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

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

 a { background-color: rgb(232,80,195); }

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

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

 span { border-color: rgb(232,80,195); }

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