#E850C1

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

Shades of Free Speech Magenta #E850C1

Tints of Free Speech Magenta #E850C1

Color information

#E850C1 (or 0xE850C1) is unknown color: approx Free Speech Magenta. HEX triplet: E8, 50 and C1. RGB value is (232,80,193). Sum of RGB (Red+Green+Blue) = 232+80+193=505 (66% of max value = 765). Red value is 232 (91.02% from 255 or 45.94% from 505); Green value is 80 (31.64% from 255 or 15.84% from 505); Blue value is 193 (75.78% from 255 or 38.22% from 505); Max value from RGB is 232 - color contains mainly: red. Hex color #E850C1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E850C1 is #17AF3E. Grayscale: #8A8A8A. Windows color (decimal): -1552191 or 12669160. OLE color: 12669160.

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

Color convert

RGB23280193-
CMYK00.660.170.09
HSL315.39º76.77%61.18%-
HSV(B)315.39º65.52%90.98%-
XYZ45.7726.7453.2-
YUV138.33158.86194.81-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 45.94%
GREEN value IS 80 (31.64% from 255) = 15.84%
BLUE value IS 193 (75.78% from 255) = 38.22%
R=45.94%
G=15.84%
B=38.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.17
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2328019300.660.170.09315.3976.7761.18
HexE850C104211913b4d3d
Octal3501203010102211147311575
Binary11101000101000011000001010000101000110011001110111001101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E850C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E850C1; }

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

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

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

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

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

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

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

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