#E661C2

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

Shades of Free Speech Magenta #E661C2

Tints of Free Speech Magenta #E661C2

Color information

#E661C2 (or 0xE661C2) is unknown color: approx Free Speech Magenta. HEX triplet: E6, 61 and C2. RGB value is (230,97,194). Sum of RGB (Red+Green+Blue) = 230+97+194=521 (69% of max value = 765). Red value is 230 (90.23% from 255 or 44.15% from 521); Green value is 97 (38.28% from 255 or 18.62% from 521); Blue value is 194 (76.17% from 255 or 37.24% from 521); Max value from RGB is 230 - color contains mainly: red. Hex color #E661C2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E661C2 is #199E3D. Grayscale: #939393. Windows color (decimal): -1678910 or 12739046. OLE color: 12739046.

HSL color Cylindrical-coordinate representation of color #E661C2: hue angle of 316.24º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E661C2 is Cyan = 0, Magento = 0.58, Yellow = 0.16 and Black (K on CMYK) = 0.10.

Color convert

RGB23097194-
CMYK00.580.160.10
HSL316.24º72.68%64.12%-
HSV(B)316.24º57.83%90.2%-
XYZ46.6529.2754.23-
YUV147.82154.06186.61-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 44.15%
GREEN value IS 97 (38.28% from 255) = 18.62%
BLUE value IS 194 (76.17% from 255) = 37.24%
R=44.15%
G=18.62%
B=37.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.16
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2309719400.580.160.10316.2472.6864.12
HexE661C203A10A13c4940
Octal3461413020722012474111100
Binary11100110110000111000010011101010000101010011110010010011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E661C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E661C2; }

 p { color: rgb(230,97,194); }

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

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

 a { background-color: rgb(230,97,194); }

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

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

 span { border-color: rgb(230,97,194); }

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